jp_d·hace 9 años·discussThere's actually another pretty interesting library 'react-lite' https://github.com/Lucifier129/react-liteIt's a slim down version of React. "intended as a drop-in replacement for React, when you don't need server-side rendering in browser(no ReactDOM.renderToString & ReactDOM.renderToStaticMarkup)."
jp_d·hace 10 años·discussBullet journal looks interesting...It's a system on how to write down notes/tasks/events in a notebook. It let's you refer back to your notes easily.http://bulletjournal.com/
jp_d·hace 10 años·discussHave you checked out https://github.com/facebookincubator/create-react-appCurrently using it on a project and it works seamlessly.
It's a slim down version of React. "intended as a drop-in replacement for React, when you don't need server-side rendering in browser(no ReactDOM.renderToString & ReactDOM.renderToStaticMarkup)."