Soya Next
Soya Next is a set of utility functions for React applications built on top of Next.js.
Prerequisites
To start using Soya Next, you need to be familiar with the following:
- Express.js - Fast, unopinionated, minimalist web framework for Node.js
- React - A javascript library for building user interfaces
- Next.js - A minimalistic framework for server-rendered React applications
And optionally:
- Redux - Predictable state container for JavaScript apps
Installation
Soya Next requires Express.js, Next.js, React, React-Cookie, React-Redux, and Redux to be installed, run the following to install them:
npm install --save express next.js react react-cookie react-dom react-redux redux
To install Soya Next, run the following:
npm install --save soya-next
Examples
Contributing
Please see our CONTIRBUTING.md
License
MIT