package jsoo-react

  1. Overview
  2. Docs

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.