Implementations of a simple table in react + redux, react-flux and reflex-frp. All the app does is give you a button which adds 1000 rows to a table when clicked. The purpose of this repo is simply to provide a comparison of performance and memory usage.
cd react
npm install
npm run build
open react/html/table.html in a browser
cd react-flux
stack build
make
open react-flux/html/table.html in a browser
cd reflex-frp
stack build
make
open reflex-frp/html/table.html in a browser