Using a Local API with React Hooks & Theming
- json server
- react hooks
- react theming
- reactjs
- xstyled
Table Of Contents
Inspiration by: https://dev.to/hamatti/simple-backend-system-for-frontend-workshops-in-javascript-4n01
Technologies used: React, React Hooks, JSON Server, Styled Components
This example uses a local API to get data using JSON server.
Instead of redux it uses the newer React Hooks functionality & xstyled for theming.
Run the following commands to run the project locally.
git clone https://github.com/bronsondunbar/using-a-local-api-with-react-hooks-and-theming
npm install
npm start
Leave a Reply