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

An experiment in state management and side effects with React

Notifications You must be signed in to change notification settings

JamieB-gu/side-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An experiment in state management and side effects with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published