package reason-react-ppx
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=beea06b4a02111b5e46804e359d168d357f278267c5cb4faf3f5d66e7cfe60a8
sha512=072cb9184e6a3c963fc27220f52ded0b3cb5b21a2f62770f08eb261682ea9c4faf7de2f281f82816e17d19d6b806513cd51dfe69e9928eba4eef162867a06560
Description
ReasonReact JSX PPX
Published: 27 Feb 2024
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
Dev Dependencies (3)
-
odoc
with-doc
-
ocamlformat
= "0.24.0" & with-dev-setup
-
merlin
= "4.13.1-501" & with-test
Used by (11)
-
melange
>= "3.0.0-51"
- melange-fest
- melange-radix-icons
- melange-react-dates
- melange-react-query
-
melange-recharts
>= "4.0.3"
-
reason-react
= "0.14.0"
- reshowcase
- server-reason-react
- styled-ppx
- universal-portal
Conflicts
None