rnx-kit icon indicating copy to clipboard operation
rnx-kit copied to clipboard

Evangelize dep-check

Open afoxman opened this issue 3 years ago • 3 comments

  • [ ] 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.

afoxman avatar Mar 20 '22 06:03 afoxman

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

kelset avatar May 26 '22 11:05 kelset

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

kelset avatar Jun 13 '22 11:06 kelset

It would also be interesting to gauge if we can get RNTA in as one of the templates you can choose.

tido64 avatar Jun 16 '22 16:06 tido64