-
-
Notifications
You must be signed in to change notification settings - Fork 29
Micro Frontends
the package manager for JavaScript
later: https://docs.npmjs.com/cli/v7/using-npm/workspaces
...managing JS projects with multiple packages
https://github.com/lerna/lerna
Fast, disk space efficient package manager
doesn't compete with Lerna. Lerna will use Yarn's workspaces if pos. Lerna's like a high-level layer on top of the low-level Yarn implementation
Old docs:
the low-level primitives that tools like Lerna can (and do!) use. They will never try to support the high-level feature that Lerna offers, but by implementing the core logic of the resolution and linking steps inside Yarn itself we hope to enable new usages and improve performance
Task runner in JS monorepos
https://github.com/microsoft/lage
Smart, Fast and Extensible Build System
https://github.com/nrwl/nx/tree/master/packages/react-native
A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem
https://github.com/callstack/repack
monorepos that make ship happen... high-perf JS/TS build system... reimagines Facebook/Google build system techniques to remove maintenance burden / overhead... abstract complex config (plumbing)...
https://github.com/callstack/repack
https://github.com/callstack/repack-examples/tree/main/module-federation
https://github.com/zamotany/module-federation-repack (Sep21)