Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 509 Bytes

Side Effects

An experiment in state management and side effects with React. The app code that manages state and side effects lives in src/app.ts. Also included is a demo.tsx file that demonstrates how this can be used in an application.

Install

Clone the repo, then install dependencies with:

npm install

Run

npm run dev-server

Go to localhost:9000 in a browser.

Future Plans

  • Integrate state updates with React's state lifecycle, to improve render performance.