Skip to content

wingspan/react-stateless-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional programming against the DOM with React

  • no Backbone models
  • no Knockout viewmodels
  • referentially transparent programming model - almost no mutable state
  • imperative-style widget library (with mutable state) wrapped into functional-style programming model

how to run locally

  • npm install -g react-tools
  • jsx --watch js js-built
  • python -m SimpleHTTPServer 8001 (from project root)
  • navigate to http://localhost:8001/webapp/test.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published