React Fiber Demo with GlimmerJS 🐹
Recreation of React Fiber vs Stack Demo
using GlimmerJS
You will need the following things properly installed on your computer.
git clone git@github.com:mupkoo/react-fiber-demo-with-glimmerjs.git
this repositorycd react-fiber-demo-with-glimmerjs
npm install
ember serve
ember build
(development)ember build --environment production
(production)