-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Anil Maharjan edited this page Dec 16, 2020
·
15 revisions
Comfey is a tiny data-binding library inspired by React hook useState. Comfey helps you manage states in your vanilla JavaScript project. States helps you keep your JavaScript code uncluttered and manageable.
If you are curious Why you need Comfey
- Features
- Installation
- Initialize component
- Initialize state
- Watch a state
- Handling multiple apps
-
Templating
- Bind state value to an element
- Visibility
- Class
- Bind attributes
-
Examples
- Counter Example
- Counter - CodeSandbox
- Comfey - Pokemon buddy game
- Multi level navigation
Read more on Comfey Features