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/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.