- To use react router dom in React 18 remove
<React.StrictMode>
from index.js
- useState
- useEffect
- useReducer
- useContext
- useHistory
- useTheme
- useFetch
- Download file
- Extract downloaded folder
- Make sure node is installed in system
- Make sure
json-server
is installed globally - Start
db.json
indata
folder usingjson-server
by putting command in cmdjson-server --watch ./data/db.json
- Type
npm install
in other terminal instance - After installing type
npm run
- and got to
http://localhost:3001/
on your favorite browser. - N Enjoy
Happy Developing
:)