Description
In this course, you will :
- Learn React Hooks
- Learn Next Js
- Learn to Build SSR React Apps
Syllabus :
1. React Hooks
- React hooks
- Why we used class components?
- Counter app using class
- useState hook
- useEffect hook
- News app using hooks
- Search on input change
- Controlling useEffect's behaviour
- Loading
- Code organization
2. Next JS
- Why learn Next js
- Create Next project
- Next Link to navigate
- Styling
- Components
- Head meta content
- Shared Layout
- Passing props to layout
- Custom document page
- Loading Images
- Stylesheet - Your own CSS
3. SSR News App with React Hooks and Next JS
- Starting News app
- Fetch news based on search query
- handleChange event for multiple inputs