A react application framework driven by plugins.
Kickstart
npm i @olymp/app
# More
npm i @olymp/mongodb @olymp/auth0 @olymp/type-date @olymp/type-json
import api from '@olymp/api';
...
Plugins
Core
- @olymp/redux: Redux
- @olymp/async: Async components for lazy chunk loading
- @olymp/router: Router
- @olymp/crypt: Cryptography (TweetNACL)
Style
- @olymp/fela: Fela CSS-in-JS
Services
- @olymp/auth0: Auth0 plugin
- @olymp/apollo: Apollo plugin
Motivation
Contributing
Contributions always welcome, feel free to PR with new features/plugins or bugfixes if you like.
Ref
- react: React