Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 544 Bytes

counterx

Counterx is a simple state management in Vanilla JS that manages state to update a Counter. This is a simple project to learn internals of state management library by creating a state management system for a simple application.

Concepts

  • PubSub
  • Proxy pattern
  • Actions and Mutations

Usage

  • Install dependencies npm install

  • Start application http-server

References

Build a state management system with vanilla JavaScript