Getting Started Lessons 01 – Introduction Preview 02 – Why Should We Choose React Preview 03 – Writing our First React Code Preview
Understanding the Base Features Syntax Lessons 04 – Using Create React App Package Preview 05 – Understanding React Folder Structure Preview 06 – React Component Basics Preview 07 – Understanding JSX Preview 08 – Creating a Functional React Component Preview 09 – Working With Reusable Components Preview 10 – Outputting Dynamic Content Preview 11 – Working With React Props Preview 12 – Understanding the Children Property Preview 13 – Understanding Using State Preview 14 – Handling Events In React with Methods Preview 15 – Manipulating the State Preview 16 – Functional (Stateless) vs class (Stateful) Components Preview 17 – Passing Method References Between Components Preview 18 – Adding Two Way Binding in React Preview 19 – Add Stylesheet and Inline Styles In React Preview
Working with Lists and Conditionals Lessons 20 – Rendering Content Conditionally Preview 21 – Handling Dynamic Content The JavaScript Way Preview 22 – Outputting Lists In React Preview 23 – Maintain Lists State In React Preview 24 – Updating State Immutably in React Preview 25 – Solving Lists keys Issue In React Preview 26 – Flexible Lists Component At The End Preview
Styling React Components Elements Lessons 27 – Outlining the Problem Set For Styling In React Preview 28 – Setting Styles Dynamically In React Component Preview 29 – Setting Class Names Dynamically In React Preview 30 – Adding and Using Radium In React Preview 31 – Radium For Media Queries In React Preview 32 – Enable and Use CSS Modules In React Preview 33 – Add CSS Pseudo Elements In React Preview 34 – Adding CSS Media Queries for React Preview