package reactiveData
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Declarative events and signals for OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.2.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=d08a22087b617ce50ac279e3f058674a
    
    
  sha512=56c03d528feec769718c92075c49759dac287b93fe97d816da5cfadb26836d3855176cd81d4cec4441591dd9314e881045912a37edf584ad149ebd048016a4bf
    
    
  doc/index.html
reactiveData
API
Library reactiveData
ReactiveDataReactiveData is a module for data-aware functional reactive programming (FRP). It adds support to incremental changes in data structures by reasoning on patches instead of absolute values. ReactiveData is based on and inter-operates with React.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page