MicheleBertoli / react-automata

A state machine abstraction for React
MIT License
1.34k stars 60 forks source link

Converts project into a Lerna monorepo #83

Open ctrlplusb opened 6 years ago

ctrlplusb commented 6 years ago

Mostly there 👍

What I have done:

To be done:

Build is working, and so are the tests. 👍

Note: when performing updates across the packages you may need to perform a build prior to test. It would be cool if there was a mechanism to build on the fly whilst running tests in watch mode.

Closes #32

MicheleBertoli commented 6 years ago

This is FANTASTIC, thank you very much @ctrlplusb 💖 I'll review and merge ASAP.