orbite
v0.2.0
Published
A meta-package that groups the most useful npm packages into one, making developers' lives easier.
Downloads
7
Maintainers
Readme
orbite
A meta-package that groups the most useful npm packages into one, making developers' lives easier.
Still in early development.
Benefits:
- All package versions are compatible with each other.
- Easy to start a new project: just run
npm install react effector orbite
. - Easy to upgrade after installation: run
npm install orbite@latest
. - No restrictions on using any tools; they are all tree-shakable and load only what you use.
- No restrictions on installing any other packages.
- JUWUW — Just Use What You Want.
Packages bundled into
| Package | Implemented | Import as |
| -------------------------- | ----------- | ------------------------ |
| patronum | ✅ | orbite/patronum
|
| atomic-router | ✅ | orbite/router
|
| atomic-router-react | ✅ | orbite/react
|
| effector-react | ✅ | orbite/react
|
| effector-factorio | ✅ | orbite/react
|
| @effector/reflect | ✅ | orbite/react
|
| effector-storage | ✅ | orbite/storage
|
| effector-storage/local | ✅ | orbite/storage/local
|
| effector-storage/query | ✅ | orbite/storage/query
|
| effector-storage/session | ✅ | orbite/storage/session
|
| @withease/i18next | | |
| @withease/web-api | | |
| @farfetched/core | | |
| @farfetched/zod | | |
| zod | | |
| nanoid | | |
Orbite depends on
- effector —
^23.2
- react —
^18.3