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/String/index.html

Module Js.StringSource

Sourcetype t = string
Sourceval make : 'a -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fromCharCode : int -> t
Sourceval fromCharCodeMany : int array -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fromCodePoint : int -> t
Sourceval fromCodePointMany : int array -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval length : t -> int
Sourceval get : t -> int -> t
Sourceval charAt : index:int -> t -> t
Sourceval charCodeAt : index:int -> t -> float
Sourceval codePointAt : index:int -> t -> int nullable
Sourceval concat : other:t -> t -> t
Sourceval concatMany : strings:t array -> t -> t
Sourceval endsWith : suffix:t -> ?len:int -> t -> bool
Sourceval includes : search:t -> ?start:int -> t -> bool
Sourceval indexOf : search:t -> ?start:int -> t -> int
Sourceval lastIndexOf : search:t -> ?start:int -> t -> int
Sourceval localeCompare : other:t -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval match_ : regexp:Re.t -> t -> t nullable array nullable
Sourceval normalize : ?form:[ `NFC | `NFD | `NFKC | `NFKD ] -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval repeat : count:int -> t -> t
Sourceval replace : search:t -> replacement:t -> t -> t
Sourceval replaceByRe : regexp:Re.t -> replacement:t -> t -> t
Sourceval unsafeReplaceBy0 : regexp:Re.t -> f:(t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafeReplaceBy1 : regexp:Re.t -> f:(t -> t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafeReplaceBy2 : regexp:Re.t -> f:(t -> t -> t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafeReplaceBy3 : regexp:Re.t -> f:(t -> t -> t -> t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval slice : ?start:int -> ?end_:int -> t -> t
Sourceval split : ?sep:t -> ?limit:int -> t -> t array
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval splitByRe : regexp:Re.t -> ?limit:int -> t -> t nullable array
Sourceval startsWith : prefix:t -> ?start:int -> t -> bool
Sourceval substr : ?start:int -> ?len:int -> t -> t
Sourceval substring : ?start:int -> ?end_:int -> t -> t
Sourceval toLowerCase : t -> t
Sourceval toLocaleLowerCase : t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toUpperCase : t -> t
Sourceval toLocaleUpperCase : t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval trim : t -> t
Sourceval anchor : name:t -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.