rnx-kit
rnx-kit copied to clipboard
Modern, scalable tools. Exceptional developer experience.
This issue wants to track a series of improvements that can be done for the draft package `@rnx-kit/patch-rnmacos` to get it to be is a better shape (and potentially graduate...
- [ ] Video demonstrating how-to guide for type-safe bundling - [ ] Video should come with a transcript (accessibility) and be translated into other languages (localization), so that we...
- [ ] Compare the cost of bundling with and without TypeScript validation - [ ] Optimize where possible, using TS compiler flags, TS API caches, local file/snapshot caches -...
To ensure that type-safe bundling and serving both work well in varied and complex repos, integrate the feature with FURN [in progress], Office repos, and LPC repos. A good approach...
Write a how-to guide for enabling type-safe bundling via configuration.
Validate that type-safe bundling and serving both detect platform-specific errors. Use https://github.com/afoxman/rnts-example GitHub repo as an example.
Tell the community about using rnx-init to get started with the tools we are building. - [ ] Video demonstrating "rnx-init" how-to guide for new project and existing project -...
For more comprehensive validation, use "rnx-init" to configure packages in FURN, Office repos and LPC repo.
Write a how-to guide for "rnx-init" CLI command.
Create a new "rnx-init" CLI command for setting up app and library packages. - [ ] Create "rnx-kit" config section using defaults exported from @rnx-kit/config. Defaults should enable all features...