Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 416 Bytes

naive-stateful-app

I've taken some inspiration from this blog post

I wanted to make a naive store akin to Redux - and be able to use and update it by making my own components

Installation

npm i

Usage

Currently the best approach is run node --experimental-modules ./src/.

If you must see a broken app run npm start