@redwoodjs
> yarn redwood generate page home /
this looks like you have built missing react-cli and much more
I was creating components like this when I was using @emberjs
#JAMstack and beyond
> yarn redwood generate page home /
this looks like you have built missing react-cli and much more

I was creating components like this when I was using @emberjs
#JAMstack and beyond
And no import React from "react"
When working with react on my own, the hardest part is naming files, should it be Kebab-case or CamelCase. Now that convention is handled by @redwoodjs CLI
graphQL`` becomes gql``
> yarn rw g cell BlogPosts
generates a cell. Basically a full-blown component with graphQL query, loading(), empty(), failure() and success(). all you have do is bring your React components, HTML elements with template literals
generates a cell. Basically a full-blown component with graphQL query, loading(), empty(), failure() and success(). all you have do is bring your React components, HTML elements with template literals
So far its been amazing @redwoodjs. Thank you for build this. :)
The real fun would begin after bringing starters, plugins, and themes like @gatsbyjs
The real fun would begin after bringing starters, plugins, and themes like @gatsbyjs