Giter Site home page Giter Site logo

sverrejoh / rnx-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microsoft/rnx-kit

0.0 2.0 0.0 10.23 MB

Tools which help developers build, deliver, and maintain React Native apps and libraries.

License: MIT License

JavaScript 14.92% Ruby 0.05% TypeScript 85.02%

rnx-kit's Introduction

rnx-kit

Open in Visual Studio Code Build

Tools which help developers build, deliver, and maintain React Native apps and libraries.

The Basics

React Native engineering is complicated, and the ecosystem changes quickly. The tools here aim to improve the developer experience throughout the lifecycle of React Native apps and libraries.

An rnx is a React Native user experience. It's any code you've written using React Native. A kit is the package you use to deliver this code. For most common scenarios, such as a greenfield React Native app or a React Native libary, you can say that your project's folder is a kit, since you are writing the code and releasing it.

A kit has configuration which informs how its dependencies are managed, and how it is bundled, published, delivered, and hosted. Configuration comes from rnx-kit.config.js, an rnx-kit section of package.json, or any of the other standard ways of supplying configuration.

Working with Kits

We have a command-line interface which is the front-end for common kit tasks. It uses the kit configuration to control how it operates, as well as command-line overrides. The CLI is useful as a development tool and in automated CI loops.

Dependency Management

React Native is a moving target, as is the ecosystem of dependencies designed to work with it. Finding dependencies that are actively maintained and compatible can be challenging. On top of that, once you know what dependencies to use, keeping them aligned across your repo(s) is a significant burden.

The dependency manager aims to bring alignment to all React Native developers who are working in any-size repositories, from small self-contained repositories to big, enterprise monorepos.

You can manage dependencies using the command-line interface:

$ yarn react-native rnx-dep-check [options] [/path/to/package.json]

Bundling

Shipping your kit starts with bundling it into a single JavaScript file. Bundling is done using Metro, the official React Native bundling system.

Consistently configuring Metro to produce a type-safe, minimal bundle, across all of your kit packages, is difficult. @rnx-kit has a number of plugins, presets, services to make this easier, all wrapped up in the command-line interface:

$ yarn react-native rnx-bundle

The bundling process is controlled by kit configuration and optional command-line overrides. This eliminates the need for boiler-plate Metro and Babel configuration files/code.

Licensing and Attribution

Releasing your kit to customers may require distribution of a 3rd-party notice. This notice might include licenses and attribution for external dependencies your kit uses. example.

You can use the command-line interface to assist you in building this 3rd-party notice:

$ yarn react-native rnx-write-third-party-notices

NOTE: A 3rd-party notice is a legal document. You are solely responsble for its content, even if you use @rnx-kit to assist you in generating it. You should consult with an attorney to ensure your notice meets all legal requirements.

Using Individual @rnx-kit Packages

If you only need a specific plugin, preset, tool or service, and don't want to use kit configuration of the CLI, you can use individual @rnx-kit packages. Most packages are designed to be used on their own, having a documented API, a suite of tests, and a log of changes. Packages are updated and released individually, as features are added and fixes are made.

Name Description
@rnx-kit/babel-plugin-import-path-remapper Babel plugin for remapping 'lib/' imports to 'src/'
@rnx-kit/babel-preset-metro-react-native Babel preset for React Native applications
@rnx-kit/bundle-diff Simple tool for diffing the content of two bundles
@rnx-kit/cli Command-line interface for working with kit packages in your repo
@rnx-kit/config Define and query information about a kit package
@rnx-kit/console Simple console logger
@rnx-kit/dep-check Dependency checker for React Native apps
@rnx-kit/esbuild-plugin-import-path-remapper Esbuild plugin for remapping 'lib/' imports to 'src/'
@rnx-kit/jest-preset Jest preset for React Native code bases
@rnx-kit/metro-config Metro config for monorepos
@rnx-kit/metro-plugin-cyclic-dependencies-detector Cyclic dependencies detector for Metro
@rnx-kit/metro-plugin-duplicates-checker Duplicate packages checker
@rnx-kit/metro-plugin-typescript-validation Typescript validation during Metro bundling
@rnx-kit/metro-resolver-symlinks Metro resolver with support for symlinks
@rnx-kit/metro-serializer Metro's default JavaScript bundle serializer but with plugin support
@rnx-kit/metro-serializer-esbuild Experimental esbuild serializer for Metro
@rnx-kit/metro-service Metro service for bundling and bundle-serving
@rnx-kit/third-party-notices Library and tool to build a third party notices file based on a js bundle's source map
@rnx-kit/tools-language A collection of supplemental JavaScript functions and types
@rnx-kit/tools-node A collection of supplemental NodeJS functions and types
@rnx-kit/tools-react-native A collection of supplemental react-native functions and types
@rnx-kit/typescript-service TypeScript language services with support for custom module resolution

Contributing

This project welcomes contributions and suggestions. See CONTRIBUTING for details.

NOTE: @rnx-kit is still in the early stages of development. We are hard at work, adding new packages and features on a regular basis. Given our focus on building out the first "complete" version of @rnx-kit, supporting external users is not currently a high priority, so we unfortunately cannot guarantee prompt responses at this time.

rnx-kit's People

Contributors

afoxman avatar arazabishov avatar asmundg avatar dannyvv avatar dependabot[bot] avatar jasonvmo avatar kelset avatar microsoft-github-operations[bot] avatar microsoftopensource avatar rnbot avatar sverrejoh avatar tido64 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.