This commit is contained in:
Juha Tauriainen 2021-07-10 01:30:11 +03:00 committed by GitHub
parent e05334d71f
commit d4d579d09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Awesome JavaScript](#awesome-javascript)
* [Package Managers](#package-managers)
* [Component managment](#component-managment)
* [Component management](#component-management)
* [Loaders](#loaders)
* [Bundlers](#bundlers)
* [Type Checkers](#type-checkers)
@ -92,7 +92,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [pnpm](https://pnpm.js.org/) - Fast, disk space efficient package manager.
## Component Managment
## Component Management
* [Bit](https://github.com/teambit/bit) - Create, find and reuse components (React, Angular, Node etc.) across applications.