Files
2019-06-03 09:34:43 +02:00

578 B

TTapp using next.js

How to use

Download the example or clone the repo:

git clone 

Install it and run:

yarn install
yarn dev
  • Look at package.json for infos on build etc.

The framework used

Next.js is a framework for server-rendered React apps.

[Redux-Saga] https://redux-saga.js.org/docs/basics/ErrorHandling.html is a library that aims to make application side effect asynchronous things like data fetching and impure things like accessing the browser cache