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
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
SSR News App with React Hooks and Next JS
  • Starting News app
  • Fetch news based on search query
  • handleChange event for multiple inputs
Source Code
  • Download source code from Github
Bonus
  • Other courses you may like