https://github.com/andy-set-studio/vanilla-js-state-management-boilerplate
The boilerplate to help you build the vanilla state management system
https://github.com/andy-set-studio/vanilla-js-state-management-boilerplate
Last synced: 3 months ago
JSON representation
The boilerplate to help you build the vanilla state management system
- Host: GitHub
- URL: https://github.com/andy-set-studio/vanilla-js-state-management-boilerplate
- Owner: Andy-set-studio
- License: mit
- Created: 2018-06-16T19:09:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T09:13:14.000Z (over 6 years ago)
- Last Synced: 2025-01-11T07:50:55.502Z (4 months ago)
- Language: CSS
- Size: 8.79 KB
- Stars: 41
- Watchers: 1
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla JavaScript state management boilerplate
This is the skeletal structure to help you build a state managment system in vanilla JavaScript. This is so you can follow the [CSS-Tricks tutorial](https://css-tricks.com/build-a-state-management-system-with-vanilla-javascript).
Any questions, [hit me up on Twitter](https://twitter.com/hankchizljaw).
## Usage
Either clone this repository or grab a [ZIP archive](https://github.com/hankchizljaw/vanilla-js-state-management-boilerplate/archive/master.zip). Then you're good to go 🚀
## Demo of what you'll build

[https://vanilla-js-state-management.hankchizljaw.io](https://vanilla-js-state-management.hankchizljaw.io)