React Crash Course: From Zero to Hero
React JS for Beginners: Build 3 React Projects, Learn React Components, JSX, State, React Hooks, Forms, API calls
Hidden content
What you'll learn
The core knowledge of React (JSX, Virtual Dom, Components, Props, Events, State, Effects, Hooks etc)
Setting up a development environment with essential tools (Browser, Code Editor, Node. js, npm)
Creation a React application, project file structure, organizing components using best practices.
Styling React components, pros and cons of popular approaches (Inline Styles, CSS Files, CSS Modules, etc)
Form submission and validation (using React-Hook-Form and Yup libraries), handling form error messages.
Making API calls (using fetch and Axios library)...