nx.dev/concepts/integrated-vs-package-based
1 Users
0 Comments
6 Highlights
0 Notes
Tags
Top Highlights
At the most basic level, package-based repos utilize Nx's core features while integrated repos also use the plugin features.
the difference is more about the mindset
A package-based repo is a collection of packages that depend on each other via package.json files and nested node_modules
ou typically have different dependencies for each project.
An integrated repo contains projects that depend on each other through standard import statements.
single version of every dependency defined at the root.
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.