Skip to content

kakadu-dev/base-frontend-helpers

Repository files navigation

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/base-frontend-helpers@1.19.4

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