/naive-stateful-app

Inspired by redux

Primary LanguageJavaScript

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