package server-reason-react

  1. Overview
  2. Docs
Rendering React components on the server natively

Install

Dune Dependency

Authors

Maintainers

Sources

server-reason-react-0.3.0.tbz
sha256=2a6fc7197d251dc91babcf22cb6987e1d07e91ae631cc62a893df2c6da6b49b5
sha512=c6ed6eb39b046b698844e561cf9a42a866e4df632a6e495a6473ba629ecd9ee534db0b5b42737776d9a4b15376bea1380b77749228c88a0fc0f6b10ead4b3a01

doc/server-reason-react.js/Js/Types/index.html

Module Js.TypesSource

Sourcetype symbol
Sourcetype bigint_val
Sourcetype obj_val
Sourcetype undefined_val
Sourcetype null_val
Sourcetype function_val
Sourcetype _ t =
  1. | Undefined : undefined_val t
  2. | Null : null_val t
  3. | Boolean : bool t
  4. | Number : float t
  5. | String : string t
  6. | Function : function_val t
  7. | Object : obj_val t
  8. | Symbol : symbol t
  9. | BigInt : bigint_val t
Sourceval test : 'a -> 'b -> 'c
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourcetype tagged_t =
  1. | JSFalse
  2. | JSTrue
  3. | JSNull
  4. | JSUndefined
  5. | JSNumber of float
  6. | JSString of string
  7. | JSFunction of function_val
  8. | JSObject of obj_val
  9. | JSSymbol of symbol
  10. | JSBigInt of bigint_val
Sourceval classify : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.