Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 745 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 745 Bytes

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:

React hooks concepts, useContext and useReducers useContext - providers and consumers , providers have the global state pass to the child components to use with the consumer but differs in class and functional use

useReducers - reducer function and state , reducer function state and action