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.2.0.tbz
sha256=f7e93b2c24e6420ed7352f5b04ff028ea6ea8b9b91679bbce43aadfcae028f34
sha512=b74f883d8fad95738b7dd9b51f23af27ef1b541939ad9b8ea65cfb0d48a217c2265ca9319e9355c7782bf223a5168ee4ff236677503afa301c8b7b08561fcd8c

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.