rnx-kit
rnx-kit copied to clipboard
Evangelize dep-check
- [ ] Video demonstrating dependency manager how-to guides
- [ ] Video should come with a transcript (accessibility) and be translated into other languages (localization), so that we reach as many people as possible.
- [ ] Short blog post showing the problems react-native developers face, and how the dependency manager helps. Include link to video and how-to guides.
- [ ] Amplify on Twitter, Discord, and through react-native newsletters.
Just adding a quick comment here for two things:
- this https://github.com/microsoft/rnx-kit/issues/1335 fits into this overall goal (just wanted to write it down to have the cross-reference)
- another thing that is worth exploring is the idea of embedding the tooling within templates; maybe not the "super vanilla" one that RN uses as default, but at least/potentially some third party ones like https://nx.dev/guides/react-native
To follow up on the second point there, another place that is a generator with templates is the good old CRNA: https://github.com/expo/create-react-native-app that picks up from this list of templates: https://github.com/expo/examples
It would also be interesting to gauge if we can get RNTA in as one of the templates you can choose.