Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 872 Bytes

reaction

A react template that includes react-router-v6, redux-toolkit & tailwindCSS. Uses Vite as build tool.

  • Has a counter component to display state management using redux toolkit
  • 2 pages to show routing using react-router v6.

How to use it?

  1. Click on Use this template on this template's github page.
  2. Give some name to your project and add a description if you'd like.
  3. Open it locally in your code editor.
  4. Install all the packages. npm install
  5. Run the project npm run dev

reaction

This project follows feature based directory structure as seen on redux's documentation

You can check the demo here.