Closed KyleAMathews closed 8 years ago
Please consider:
BIG +1 for moving to ES6!
Yeah, moving to es6 is the plan. I write everything in coffeescript so it's a lot easier for me to stick with that while prototyping. Things are starting to stabilize so I'll port it soon.
Added "react.js static site generator"
Can't wait for the move back to JavaScript!
@BerkeleyTrue @gesposito has or is converting most of the code e.g. #37
If you are interested into es6, maybe we should consider merging statinamic and gatsby :)
@BerkeleyTrue @KyleAMathews so far it's just a mere conversion, I'd like to see more ES6 syntax sugaring in the codebase.
@MoOx if you're in Reactiflux, always happy to discuss ideas in the #gatsby channel!
@gesposito I eagerly await!
Is the coffeescript migration up for grabs? I'd like to start helping out.
Sure!
Awesome!
Hey. Any plan for plugin system ?
Closing this issue as its usefulness has run its course.
Here's a quick braindump of directions I've been thinking.
posts/a-long-voyage-across-the-southern-seas/index.md
) to auto-generate the react-router configuration.There's a lot of static site generators out there and I've played with several and written my own for my blog. They're all pretty much the same and not particularly interesting. I think a React.js based SSG can push the state of the art in three ways — easy no-page transitions, react.js style components, and leveraging the growing react.js ecosystem of tools and components.
Most stuff on the web are sites not apps. And react.js components as just as powerful for sites as they are apps so a kickass tool for building react.js sites would be very valuable.