Skip to content

bxhuynh/react-examples

Repository files navigation

react-examples

Examples of libraries/courses. For quick code review.

  1. react-beautiful-dnd
  1. history pushState n popState
  • Doc
  • history-pushstate-n-popstate
  • used to handle event click back n forward button of browser
  1. react-i18next
  • Doc
  • used to localise react application
  1. redux / redux toolkit (thunk)
  • Doc
  • state management tool
  1. react hooks
  • Doc
  • react hooks let us use state and other React features without writing a class.
  1. react-testing: Jest & React-testing-library (investigating)
  • Doc
  • Doc
  • used for testing react application
  1. React context
  • Doc
  • Context provides a way to pass data through the component tree without having to pass props down manually at every level.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published