All Projects → yawaramin → re-hyperapp

yawaramin / re-hyperapp

Licence: other
Almost zero-cost bindings for the https://github.com/hyperapp/hyperapp UI library.

Programming Languages

ocaml
1615 projects
HTML
75241 projects

Projects that are alternatives of or similar to re-hyperapp

Reason Reactify
🚀 Transform a mutable tree into a functional React-like API
Stars: ✭ 102 (+385.71%)
Mutual labels:  jsx, reasonml
One Punch Fitness
A "One Punch Man"-inspired workout app!
Stars: ✭ 64 (+204.76%)
Mutual labels:  jsx, reasonml
Hyperawesome
A curated list of awesome projects built with Hyperapp & more.
Stars: ✭ 446 (+2023.81%)
Mutual labels:  jsx, hyperapp
Hyperapp One
Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.
Stars: ✭ 129 (+514.29%)
Mutual labels:  jsx, hyperapp
bs-decode
Type-safe JSON decoding for ReasonML and OCaml
Stars: ✭ 105 (+400%)
Mutual labels:  reasonml
iwish
I wish that too!
Stars: ✭ 19 (-9.52%)
Mutual labels:  jsx
ai-merge
Import your SVG, AI, EPS, and PDF files into a single Illustrator document.
Stars: ✭ 65 (+209.52%)
Mutual labels:  jsx
hyperlight
Next-gen Hyperapp framework.
Stars: ✭ 22 (+4.76%)
Mutual labels:  hyperapp
refabricator
Static Site Generator for/in ReasonML
Stars: ✭ 31 (+47.62%)
Mutual labels:  reasonml
react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
Stars: ✭ 59 (+180.95%)
Mutual labels:  jsx
react-for
A React component library to create loops in JSX
Stars: ✭ 22 (+4.76%)
Mutual labels:  jsx
bs-axios
Bucklescript bindings for axios
Stars: ✭ 74 (+252.38%)
Mutual labels:  reasonml
typescript-transform-jsx
Typescript transform jsx to string
Stars: ✭ 22 (+4.76%)
Mutual labels:  jsx
bs-reason-apollo
ReactApollo bindings for BS
Stars: ✭ 23 (+9.52%)
Mutual labels:  reasonml
markdown-reason-react
Generate ReasonReact Pages from Markdown
Stars: ✭ 17 (-19.05%)
Mutual labels:  reasonml
tung
A javascript library for rendering html
Stars: ✭ 29 (+38.1%)
Mutual labels:  jsx
javascript
Traveloka JavaScript style guide
Stars: ✭ 24 (+14.29%)
Mutual labels:  jsx
rembrandt
Simple UI framework written in Reasonml.
Stars: ✭ 81 (+285.71%)
Mutual labels:  reasonml
vscode-graphiql-explorer
Use GraphiQL + GraphiQL Explorer to build your GraphQL operations, right from inside of VSCode.
Stars: ✭ 35 (+66.67%)
Mutual labels:  reasonml
reason-hooks-testing-library
ReasonML bindings for react-hooks-testing-library
Stars: ✭ 24 (+14.29%)
Mutual labels:  reasonml

Hyperapp Reason Bindings (WIP)

Very raw bindings for the Hyperapp UI library.

Setup

You'll need to do the following one-time setup:

Either install globally (my preference):

cd re-hyperapp
npm i -g bs-platform
npm link bs-platform

Or install locally:

cd re-hyperapp
npm i bs-platform

Then, install ParcelJS: npm i -g parcel

Finally, run the normal install: npm i

Build

Full BuckleScript build: bsb -make-world

Incremental and watch for changes (but you probably don't need this if you've set your editor to compile on save): bsb -w

Bundle and watch for changes: npm run serve

Production bundle: npm run build

Run

Go to http://localhost:1234

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].