Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.02 KB

File metadata and controls

22 lines (12 loc) · 1.02 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Library_Management_Sysyem

Naming conventions and standards...............

common_components---> make different directories for different components for different pages

features---> make different directories for different state management. Use naming convention of the reducers like "userSlice.js"

hooks---> code differnet custom hooks as per reqiurement with naming convention like "useLogin.js"

pages---> make different directories for different pages within that directory assemble the page using components present in the componets folder.

utils---> Implement the helper functions