https://github.com/web2solutions/voodux-react-context-api-demo
👻 ⚛️ - React application (Functional components) demo leveraging the Context API and VooduX as it underlying architecture to handle it data.
https://github.com/web2solutions/voodux-react-context-api-demo
context-api indexeddb material-ui react reactjs
Last synced: over 1 year ago
JSON representation
👻 ⚛️ - React application (Functional components) demo leveraging the Context API and VooduX as it underlying architecture to handle it data.
- Host: GitHub
- URL: https://github.com/web2solutions/voodux-react-context-api-demo
- Owner: web2solutions
- License: mit
- Created: 2021-02-18T16:52:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T02:42:58.000Z (over 5 years ago)
- Last Synced: 2025-02-04T13:44:42.219Z (over 1 year ago)
- Topics: context-api, indexeddb, material-ui, react, reactjs
- Language: JavaScript
- Homepage: https://voodux-react-context-api-demo.vercel.app/
- Size: 2.62 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](https://web2solutions.github.io/voodux/code/index.html)
# voodux - React Demo - Context API
React application (Functional components) demo leveraging the Context API and [voodux](https://github.com/web2solutions/voodux) as it underlying architecture to handle it data.
This demo focus on `React functional components` using Context API.
It uses [Material UI](https://material-ui.com/) as UI framework.
`This project was NOT bootstrapped with Create React App.`
### Demo app
[Check the online demo](https://voodux-react-context-api-demo.vercel.app/)

### voodux Docs
[Project](https://github.com/web2solutions/voodux)
[Code Documentation](https://web2solutions.github.io/voodux/code/index.html)
### Code automation tools
- `npm run start:dev`
Starts the dev server at 5492 port
- `npm run build`
Build the application inside `dist/` folder
1. Runs `npm run lint`
2. Runs `npm run webpack`
- `npm run doc`
Generates the code documentation using JSDoc
- `npm run lint`
Runs lint against the code at src/ folder
- `npm run eslint-fix`
Runs eslint --fix against the code at src/ folder
- `npm run format-code`
Runs prettier-eslint --write against the code at src/ folder
- `npm run webpack`
Transpile the es6 code (src/) to es5 version at dist/ folder