gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

todomvc-swarm needs changes (React.createFactory) #62

Open heri16 opened 9 years ago

heri16 commented 9 years ago

https://gist.github.com/sebmarkbage/ae327f2eda03bf165261

Deprecations React.renderComponent --> React.render React.renderComponentToString --> React.renderToString React.renderComponentToStaticMarkup --> React.renderToStaticMarkup

gritzko commented 8 years ago

Thanks, I am updating demos for 1.0.0 right now.