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.1.0.tbz
sha256=557e215377660a5c48c0494704d3d149ff249d4a5669f1749b393176b963ea05
sha512=cc3dd53dd21d2564ad031ca74552587f4a8200833ec80392fd190a55d7a7f83bec0fc57d2ec0e262c0c3ef2e78a89914872ea1588921c3cb8836e8e5f67b4cef

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.