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

Module Js.ArraySource

Sourcetype 'a t = 'a array
Sourcetype 'a array_like
Sourceval from : 'a array_like -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fromMap : 'a array_like -> f:('a -> 'b) -> 'b t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval isArray : 'a array -> bool
Sourceval length : 'a array -> int
Sourceval copyWithin : to_:int -> ?start:int -> ?end_:int -> 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fill : value:'a -> ?start:int -> ?end_:int -> 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval pop : 'a t -> 'a nullable
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval push : value:'a -> 'a t -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval pushMany : values:'a t -> 'a t -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval reverseInPlace : 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval shift : 'a t -> 'a option
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval sortInPlace : 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval sortInPlaceWith : f:('a -> 'a -> int) -> 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval spliceInPlace : start:int -> remove:int -> add:'a t -> 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval removeFromInPlace : start:int -> 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval removeCountInPlace : start:int -> count:int -> 'a t -> 'a t
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unshift : value:'a -> 'a t -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unshiftMany : values:'a t -> 'a t -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval concat : other:'a t -> 'a t -> 'a t
Sourceval concatMany : arrays:'a t t -> 'a t -> 'a t
Sourceval includes : value:'a -> 'a t -> bool
Sourceval indexOf : value:'a -> ?start:int -> 'a t -> int
Sourceval join : ?sep:string -> 'a t -> string
Sourceval lastIndexOf : value:'a -> 'a t -> int
Sourceval lastIndexOfFrom : value:'a -> start:int -> 'a t -> int
Sourceval slice : ?start:int -> ?end_:int -> 'a t -> 'a t
Sourceval copy : 'a array -> 'a array
Sourceval toString : 'a t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toLocaleString : 'a t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval everyi : f:('a -> int -> bool) -> 'a t -> bool
Sourceval every : f:('a -> bool) -> 'a t -> bool
Sourceval filter : f:('a -> bool) -> 'a t -> 'a t
Sourceval filteri : f:('a -> int -> bool) -> 'a t -> 'a t
Sourceval findi : f:('a -> int -> bool) -> 'a t -> 'a nullable
Sourceval find : f:('a -> bool) -> 'a t -> 'a nullable
Sourceval findIndexi : f:('a -> int -> bool) -> 'a t -> int
Sourceval findIndex : f:('a -> bool) -> 'a t -> int
Sourceval forEach : f:('a -> unit) -> 'a t -> unit
Sourceval forEachi : f:('a -> int -> unit) -> 'a t -> unit
Sourceval map : f:('a -> 'b) -> 'a t -> 'b t
Sourceval mapi : f:('a -> int -> 'b) -> 'a t -> 'b t
Sourceval reduce : f:('b -> 'a -> 'b) -> init:'b -> 'a t -> 'b
Sourceval reducei : f:('b -> 'a -> int -> 'b) -> init:'b -> 'a t -> 'b
Sourceval reduceRight : f:('b -> 'a -> 'b) -> init:'b -> 'a t -> 'b
Sourceval reduceRighti : f:('b -> 'a -> int -> 'b) -> init:'b -> 'a t -> 'b
Sourceval some : f:('a -> bool) -> 'a t -> bool
Sourceval somei : f:('a -> int -> bool) -> 'a t -> bool
Sourceval unsafe_get : 'a array -> int -> 'a
Sourceval unsafe_set : 'a array -> int -> 'a -> unit
OCaml

Innovation. Community. Security.