package universal-portal

  1. Overview
  2. Docs
Universal Portal for ssr natively ReasonReact apps

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=00de7c7552119be673764e804f9126e5
sha512=a95896d3dd601d02595c90001cbceb70bb700e919684de132047cf479a7928782721d71717d435b3ac36b352d6af5c06221155206802785b98cc6cd0b24bb380

doc/universal-portal.shared_native/UniversalPortal_Shared/index.html

Module UniversalPortal_Shared

type element
type nodeList
type document
val document : document
val querySelectorAll : string -> nodeList
val slice : nodeList -> element array
val remove : element -> unit
val removeServerPortals : unit -> unit
val isClient : unit -> 'a
val canUseDom : unit -> bool
type portal = {
  1. selector : string;
  2. content : React.element;
}
val portalCollectorContext : (portal -> unit) React.Context.t
module Portal : sig ... end
OCaml

Innovation. Community. Security.