All Projects β†’ MoOx β†’ react-multiversal

MoOx / react-multiversal

Licence: MIT License
React components that works everywhere (iOS, Android, Web, Node)

Programming Languages

ReScript
86 projects

Projects that are alternatives of or similar to react-multiversal

LifeTime
LifeTime app
Stars: ✭ 35 (-18.6%)
Mutual labels:  reasonml, reason-react, reason-react-native
React Recomponent
πŸ₯« Reason-style reducer components for React using ES6 classes.
Stars: ✭ 272 (+532.56%)
Mutual labels:  react-components, reasonml, reason-react
re-typescript
An opinionated attempt at finally solving typescript interop for ReasonML / OCaml.
Stars: ✭ 68 (+58.14%)
Mutual labels:  reasonml, reason-react
re-cite
Manage citations from your colleagues , friends, movies, your cat or even yourself.
Stars: ✭ 20 (-53.49%)
Mutual labels:  reasonml, reason-react
reason-react-lazy-loading
Example project to show how to use components lazy loading in ReasonReact
Stars: ✭ 41 (-4.65%)
Mutual labels:  reasonml, reason-react
app-template-rescript-react
Adding ReScript with rescript-react on top of @snowpack/app-template-react
Stars: ✭ 44 (+2.33%)
Mutual labels:  reasonml, reason-react
bs-rsuite-ui-react
Reason bindings for React Suite UI library
Stars: ✭ 26 (-39.53%)
Mutual labels:  reasonml, reason-react
reason-hooks-testing-library
ReasonML bindings for react-hooks-testing-library
Stars: ✭ 24 (-44.19%)
Mutual labels:  reasonml, reason-react
reason-catstagram
🐈 Catstagram made with ReasonReact!
Stars: ✭ 31 (-27.91%)
Mutual labels:  reasonml, reason-react
qnd
Quick and Dirty development builds
Stars: ✭ 19 (-55.81%)
Mutual labels:  reasonml, reason-react
dokusho
Simple Japanese reading stats tracker
Stars: ✭ 12 (-72.09%)
Mutual labels:  reasonml, reason-react
React Native Web
React Native Components and APIs for the Web
Stars: ✭ 19,563 (+45395.35%)
Mutual labels:  react-components, react-native-web
reason-rt-binding-generator
Reason binding generator for react-toolbox
Stars: ✭ 18 (-58.14%)
Mutual labels:  reasonml, reason-react
re-use
βš›οΈ 🎣 A collection of hooks for ReasonReact
Stars: ✭ 27 (-37.21%)
Mutual labels:  reasonml, reason-react
Reason Graphql Fullstack
Fullstack Reason + GraphQL Todo List App
Stars: ✭ 246 (+472.09%)
Mutual labels:  reasonml, reason-react
Rescript Relay
Use Relay with ReasonML.
Stars: ✭ 214 (+397.67%)
Mutual labels:  reasonml, reason-react
Fullstack Reason
A demo project that shows a fullstack ReasonML/OCaml app–native binary + webapp
Stars: ✭ 164 (+281.4%)
Mutual labels:  reasonml, reason-react
Bs Material Ui
ReScript bindings for material-ui
Stars: ✭ 185 (+330.23%)
Mutual labels:  reasonml, reason-react
Reason-react-hooks
🧢 Some hooks in ReasonML for reason-react that can be useful
Stars: ✭ 14 (-67.44%)
Mutual labels:  reasonml, reason-react
timerlab
⏰ A simple and customizable timer
Stars: ✭ 94 (+118.6%)
Mutual labels:  reasonml, reason-react

react-multiversal

Build Status

React (native) components that works everywhere

⚠️ WIP

Support

  • iOS (requires react-native)
  • Android (requires react-native)
  • Web (requires react-native-web)
  • Node (requires react-native-web)

Requirements

  • reason-react
  • reason-react-native
  • @reason-react-native/safe-area-context

Install

npm install https://github.com/MoOx/react-multiversal
# or
yarn add https://github.com/MoOx/react-multiversal

react-multiversal should be added to bs-dependencies in your bsconfig.json. Something like

{
  //...
  "bs-dependencies": [
    "reason-react",
    "reason-react-native",
    "@reason-react-native/safe-area-context",
    // ...
+    "react-multiversal"
  ],
  //...
}

Changelog

Check the changelog for more informations about recent releases.

Contribute

Read the contribution guidelines before contributing.

Code of Conduct

We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.

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].