Contributing
Mutative goal is to provide efficient and immutable updates. The focus is on performance improvements and providing better APIs for better development experiences. We are still working on it and welcome PRs that may help Mutative.
Development Workflow
- Clone Mutative repo.
- Run
yarn installto install all the dependencies. - Run
yarn prettierto format the code. yarn test --watchruns an interactive test watcher.- Run
yarn committo make a git commit. - Create a pull request.