https://github.com/tim-smart/nextjs-bloc-js-example
An example of how to use @bloc-js with Next.js.
https://github.com/tim-smart/nextjs-bloc-js-example
Last synced: 5 months ago
JSON representation
An example of how to use @bloc-js with Next.js.
- Host: GitHub
- URL: https://github.com/tim-smart/nextjs-bloc-js-example
- Owner: tim-smart
- Created: 2019-06-06T00:27:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:53:10.000Z (over 3 years ago)
- Last Synced: 2025-06-03T11:20:07.192Z (about 1 year ago)
- Language: TypeScript
- Size: 896 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bloc-js example
## How to use
Install it and run:
```bash
npm install
npm run dev
# or
yarn
yarn dev
```
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))
```bash
now
```
## The idea behind the example
This example shows how to integrate @bloc-js in Next.js.
It also uses Typescript for type safety.
It is pretty much a replica of the Redux example:
https://github.com/zeit/next.js/tree/master/examples/with-redux