-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Braindump of ideas #1
Comments
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. |
Converted CoffeeScript and CJSX to ES6 and JSX
* Add community roundup #1 blog post * Fix link * Fixed their confusion
) * feat(gatsby-plugin-sharp): reduce encoding time and install size - Upgrade sharp to v0.29.0 - Replace use of imagemin with sharp equivalents - Reduces JPEG, PNG and AVIF encoding time by up to 50% - Reduces install size/time by ~10% (~19MB smaller) * sync sharp version in all packages (#1) Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Converted to ES6, JSX
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.
The text was updated successfully, but these errors were encountered: