package reason-react
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=dad3cbafddc591904549b8b323a813174628e620d70bb589684b71cfa6ba7bb7
sha512=76eaac3479e1f5e7663ef2eca3cb67de829715dde40fc8928379b8c3be05166b5ef3010afede6ab1e3eeb20f7e3452e9d11a5760cbee210e514b5319b59a9b35
Description
ReasonReact helps you use Reason to build React components with deeply integrated, strong, static type safety.
It is designed and built by people using Reason and React in large, mission critical production React codebases.
Published: 22 Sep 2023
README
ReasonReact
ReasonReact is a safer, simpler way to build React components. You get a great type system with an even better developer experience. Why choose ReasonReact? Read more here
ReasonReact is just React.js under the hood. This makes it super easy to integrate with your current Next.js, Create React App, JavaScript, Flowtype or TypeScript project. Learn more about getting started here
Example
/* Greeting.re */
[@react.component]
let make = (~name) => <h1> {React.string("Hello " ++ name)} </h1>
See all of our examples here. For a full application, check out reason-react-hacker-news.
Using Your Favorite Javascript Libraries
The same way that TypeScript has type annotations
, we have bindings
. Bindings are libraries that allow you to import a popular project (like lodash) or to import your own local file. ReasonReact is in fact an example of a binding!
Documentation
See https://reasonml.github.io/reason-react
Contribute
We welcome all contributors! Anything from docs to issues to pull requests. Please help us :smile:
Editor Support
Looking for syntax highlighting for your favorite editor? Check out ReasonML Editor Plugins
Dependencies (5)
-
reason
>= "3.10.0"
-
reason-react-ppx
= version
-
melange
>= "2.0.0" & < "3.0.0"
-
ocaml
>= "5.1.0"
-
dune
>= "3.9"
Dev Dependencies (4)
-
odoc
with-doc
-
ocamlformat
= "0.24.0" & with-dev-setup
-
opam-check-npm-deps
= "1.0.0" & with-dev-setup
-
ocaml-lsp-server
with-test
Used by (9)
Conflicts
None