Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.43 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.43 KB

Base Frontend Helpers

Release

N|Solid

Base Frontend Helpers is a package of necessary helpers for ReactJS/React-Native/Redux applications.

The package includes helpers for:

  • API
  • Firebase
  • Forms
  • Middleware
  • Redux-Saga
  • Services
  • Storage

Installing

Base Frontend Helpers requires Node.js to run.

Install the package.

$ npm install npm install @kakadu-dev/[email protected]

To work with this package you need to have the following plugins:

  • Set-Cookie-Parser
$ npm install --save set-cookie-parser
  • Lodash
$ npm i --save lodash
  • Firebase
$ npm install --save firebase

Built With

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

License

Private