/react-in-patterns

:books: List of design patterns/techniques used while developing with React

Primary LanguageJavaScriptMIT LicenseMIT

React in patterns

📚 List of design patterns/techniques used while developing with React.



Building the examples

  • Run npm i
  • Run npm run build for building the examples
  • Run npm run watch if you plan making changes
  • Open the content of the public folder in a browser

Linting

  • Run npm run lint

Other resources