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.1.tbz
sha256=b97fbe6a7c3e5e1a7775e0f6498f257acaaa7e272177a9a3e0e50b7a49408d7c
sha512=b27a94618c367c80efef83a41c2a59c9cc7848fd753049ed40fa1f2cface1ef34cf3a995835bf08e2eb59c3186911f429b4706ed07dcb9724df6af5eb012a31d

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

Module Js.JsonSource

Sourcetype t
Sourcetype _ kind =
  1. | String : string kind
  2. | Number : float kind
  3. | Object : t Dict.t kind
  4. | Array : t array kind
  5. | Boolean : bool kind
  6. | Null : Types.null_val kind
Sourcetype tagged_t =
  1. | JSONFalse
  2. | JSONTrue
  3. | JSONNull
  4. | JSONString of string
  5. | JSONNumber of float
  6. | JSONObject of t Dict.t
  7. | JSONArray of t array
Sourceval classify : t -> tagged_t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval test : 'a -> bool
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeString : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeNumber : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeObject : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeBoolean : t -> 'a
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeNull : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval parseExn : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringifyAny : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval null : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval string : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval number : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval boolean : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval object_ : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval array : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval numberArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval booleanArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval objectArray : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringify : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval stringifyWithSpace : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval patch : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval serializeExn : t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval deserializeUnsafe : string -> 'a
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.