Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aappddeevv/scalajs-reaction-app.g8
g8 template for creating a aappddeevv/scalajs-reaction app based on the ReasonReact API.
https://github.com/aappddeevv/scalajs-reaction-app.g8
Last synced: 7 days ago
JSON representation
g8 template for creating a aappddeevv/scalajs-reaction app based on the ReasonReact API.
- Host: GitHub
- URL: https://github.com/aappddeevv/scalajs-reaction-app.g8
- Owner: aappddeevv
- License: other
- Created: 2018-05-14T14:10:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T22:06:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T02:34:04.046Z (23 days ago)
- Language: Scala
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
g8 aappddeevv/scalajs-react template
## scalajs-reaction
This is a ReasonReact derived API to React. It is entirely based on
simple functions and react hooks.The main project is located at [github](https://github.com/aappddeevv/scalajs-reaction).
This scalajs-reaction is different than the jpgolly/scalajs-react and a few others that have similar name. This React facade uses the [ReasonReact API](https://reasonml.github.io/reason-react).
## Create the project
To use from sbt:
```sh
sbt new aappddeevv/scalajs-reaction-app.g8
```or with g8 (installed via conscript):
```sh
g8 aappddeevv/scalajs-reaction-app.g8
```## Install and run
```sh
npm install
npm run start
```