package jsoo-react

  1. Overview
  2. Docs
Bindings to ReactJS for js_of_ocaml, including JSX ppx

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
sha256=93d5751c01016f5aa018b80259df0c65ac12f25152cef1dbcff024ddfc1f07b5
md5=240fd3b58cb002ff7eaa6ddddb7eba87

doc/src/jsoo-react.lib/react.ml.html

Source file react.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
include Core
module Hooks = Hooks

module Dom = struct
  include Dom

  module Dsl = struct
    module Html = Dom_html
    module Svg = Dom_svg
  end
end

module Event = Event
module Router = Router
OCaml

Innovation. Community. Security.