March 19, 2019 • 7 min read
Scaffolding your React Native/Redux app with Yeoman generators
At Instawork I built a CLI to scaffold new modules for our React Native apps (as a hackathon project). This module was used to scaffold screens, redux modules (actions, reducers, selectors, sagas) and services. It would also update the root files with the updated imports.
This reduced a developer’s time a lot for building new features. With the CLI in place, all the initial manual refactoring and copy paste work was replaced by a single command.
Read more on Instawork engineering blog.
Personal blog of Divyanshu Maithani. I’m a software engineer working mostly on frontend. I also create programming videos with my friend. In my spare time I play music and DoTA.
You may follow me on twitter or join my newsletter for latest updates.