0.0.1 • Published 3 years ago

nano-builder-bob v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

nano-builder-bob

Highly (HIGHLY) opinionated fastest possible builder for universal react/react-native components;

Inspired by tsdx and react-native-builder-bob

Main point here is to build typed components with react-native(-web) and get ./dist folder that matches exactly the file structure you have in .src folder, preserving .web, .native and .(ios|android|whatever) file extensions.

  • esbuild for actual builds;
  • typescript for types extractions;

this should provide fastest build possible today (at least until new buildtools come along or until turborepo implements it's own intergation for esbuild)