Can I use .forEach() to create a list of JSX elements?
|
|
3
|
60965
|
June 4, 2021
|
Can you pass state through multiple levels of the component tree?
|
|
2
|
9689
|
May 26, 2020
|
Can we only create one component instance at a time?
|
|
2
|
8961
|
May 2, 2020
|
When should I use an if statement, a ternary operator, or the && operator?
|
|
0
|
9907
|
March 13, 2019
|
Do controlled and uncontrolled just mean stateless and stateful?
|
|
0
|
5351
|
February 28, 2019
|
Can we declare multiple components in a single file?
|
|
0
|
23745
|
January 3, 2019
|
Do the property names for inline styles in React coincide with CSS property names?
|
|
1
|
4453
|
February 25, 2023
|
Do the mounting lifecycle methods run more than once in a component's life?
|
|
4
|
3384
|
January 2, 2023
|
Can this.setState change multiple properties at once?
|
|
6
|
29407
|
July 28, 2022
|
Can you set the component's state in this method?
|
|
5
|
5344
|
November 30, 2021
|
Why would I use React.createElement() instead of JSX?
|
|
10
|
14291
|
November 29, 2021
|
Can you import multiple objects from a library at once?
|
|
6
|
11144
|
October 27, 2021
|
Can props only be passed down the component tree?
|
|
8
|
8895
|
June 22, 2021
|
What would be the advantage of named exports over other exports?
|
|
3
|
7544
|
April 20, 2021
|
What happens if we pass the function with parentheses?
|
|
3
|
8719
|
March 10, 2020
|
Can we perform expressions within the curly braces?
|
|
0
|
7299
|
January 29, 2019
|
Can I use self-closing tag syntax for any HTML elements I use in JSX?
|
|
7
|
9264
|
February 17, 2023
|
Is it valid for a render to have more than one return statement within it?
|
|
5
|
14953
|
December 2, 2020
|
Is there a way to conditionally show or hide an element?
|
|
6
|
11641
|
June 19, 2022
|
Is onChange a special attribute?
|
|
2
|
8383
|
April 10, 2022
|
What are the advantages of having multiple components with one job each?
|
|
2
|
5128
|
February 11, 2022
|
How does this update the text on every change?
|
|
1
|
3060
|
April 30, 2019
|
What is a static property?
|
|
0
|
3600
|
February 13, 2019
|
Is render different for the mounting and updating lifecycle phases?
|
|
0
|
3172
|
January 29, 2019
|
What values can you store in state?
|
|
0
|
8128
|
January 24, 2019
|
What are some differences between props and state?
|
|
0
|
6036
|
January 24, 2019
|
What other event handlers are there?
|
|
3
|
6330
|
January 9, 2023
|
Can a stateless functional component have more parameters?
|
|
8
|
12122
|
September 18, 2022
|
When does the constructor method get called?
|
|
11
|
5371
|
June 5, 2022
|
What else does the React.Component class provide?
|
|
5
|
8311
|
February 10, 2022
|