Full Stack React
Full Stack React
Add variables to html with {} or js expressions such as 2 +2. But not statements like
else if
284. JSX Attributes & Styling React
Elements
Use className instead of class with JSX
Download chrome
extension
Key is required by react
for all components
296. Mapping Data to Components rendered by a loop, to
uniquely identify each
element
298. Javascript ES6 Map/Filter/Reduce
Filter
Reduce
FIND
FindIndex is same is find method but displays
the index
301. React Conditional Rendering with the
Ternary Operator & AND Operator
You can use ternary operators in jsx as they are an expression,
they return a value directly. Whereas if statements return a block
of code.