react-static-site
react-static-site copied to clipboard
An experiment in generating a static site from react
For example, I add a **MyButton** on the example page: ``` var MyButton = React.createClass({ clickHandler: function(){ alert("test"); }, render: function() { return Test; } }); var LayoutNav = React.createClass({...
After react renders the dom on the server, are all html pages loaded into memory? Or does the app fetch the HTML for each page? E.g. what if I have...
Just thought to point out that it would be simple to create a Blogger importer for this experiment if you are interested. The [Ghost one](https://github.com/bebraw/blogger2ghost) exports JSON with Markdown for...
- [ ] rss feed - [ ] site tree - [ ] default contentForPost to look for "path + .md” if md not set in paths.js - [ ]...