Base Frontend Helpers is a package of necessary helpers for ReactJS/React-Native/Redux applications.
- API
- Firebase
- Forms
- Middleware
- Redux-Saga
- Services
- Storage
Base Frontend Helpers requires to run.
$ npm install npm install @kakadu-dev/base-frontend-helpers@1.19.4
- Set-Cookie-Parser
$ npm install --save set-cookie-parser
- Lodash
$ npm i --save lodash
- Firebase
$ npm install --save firebase
Base Frontend Helpers is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
Plugin | README |
---|---|
Lodash | Docs |
Firebase | Official Documentation |
Set-Cookie-Parser | NPM Link |
Redux-Saga | Tutorial |
Private