Viewing profile — mojombo
mojombo
HN member- Joined
- Wed, Mar 12, 2008, 7:54 PM UTC
- HN karma
- 5,675
- Public activity
- 331 items
- HN profile
- View on Hacker News ↗
About mojombo
[ my public key: https://keybase.io/mojombo; my proof: https://keybase.io/mojombo/sigs/MN46MJCX03nOJRWwgpYoSeeaaPUjsJB6fKMHH4rVINs ]
Recent public activity
-
comment
Comment #48469657
I created and named the Grit library that used to power GitHub. Scott Chacon (fellow GitHub cofounder, now CEO of GitButler) specifically asked my permission to re-use Grit as the …
-
comment
Comment #44799195
With Claude Code's new lifecycle hooks, GitButler auto-sorts simultaneous AI coding into separate branches. Write three features, get three clean branches.
- story
-
comment
Comment #39828640
Oh, and we have a video version of the walkthrough in case that's more your style! https://youtu.be/5IZv3khsx0o
-
comment
Comment #39828605
Hey, Tom Preston-Werner, co-creator of RedwoodJS here. We've been working hard on React Server Components support in RedwoodJS and really happy to finally have a bare-bones working…
- story
- story
-
comment
Comment #30948445
Thanks, Will! It's awesome having you in the Redwood startup community, and blown away by the work you're doing at Everfund!
-
comment
Comment #30948273
Thanks, Orta! I'm especially keen to get money in the hands of under-represented developers that would otherwise not have a chance to spend time on getting a startup off the ground…
-
comment
Comment #30948237
Tom Preston-Werner here, I'm behind the Redwood Startup Fund as an extension of my work on RedwoodJS. I also do a lot of angel investing, and this fund finally combines my great lo…
- story
-
comment
Comment #30912483
Explanation and link added!
-
comment
Comment #30910601
Right now there is no business model, on purpose. This is why I'm personally supporting it. I think what David meant is that we are sustainable because I am committed to sustaining…
-
comment
Comment #30909918
Did you look at the main website? https://redwoodjs.com It is indeed a web app framework, based on React, GraphQL, Prisma, Storybook, Jest, and with many integrations for auth, log…
-
comment
Comment #30909836
It is unusual, perhaps, but as Redwood has evolved, it's been natural for us to really offer support for startups using our tools. Redwood is a more complex, more integrated, and m…
-
comment
Comment #30909779
These were state of the art tools when we started work on Redwood more than two years ago. We're investigating other more modern alternatives, but swapping them out is a finicky an…
-
comment
Comment #30909203
RedwoodJS has been about long term maintainability from the very beginning. This is part of why we chose GraphQL as a core component. It's more complex at first, but in the long ru…
-
comment
Comment #30909134
> As far as I know Redwood has no server-side rendering solution. SSR is priority number one for v2. In the meantime, a number of users use Next.js as a client that talks GraphQL t…
-
comment
Comment #30908938
Thanks! Our mission is to help more startups explore more territory, more quickly. We're hoping to achieve this by integrating all the bits you need up front so you have less work …
-
comment
Comment #30908897
You are correct, if you're not careful with your data fetching you can get into a waterfall situation. This is something we're keen to address in coming versions. Because we can ge…
-
comment
Comment #30908435
The golden path is to use GraphQL, but you are free to do data fetching to other data sources in the normal way you would in a React app.
- story
-
comment
Comment #30908090
Glad you appreciate it! My number one goal for launch week and the new homepage and this event reminder site is to drive the "tutorials taken" number. For me, that is success.
-
comment
Comment #30908013
Yes, the new website we launched today is built with Redwood (except docs are done with Docusaurus). We're still doing some optimizations, but you are indeed looking at a Redwood a…
-
comment
Comment #30907987
Core team member here. Several reasons: 1. Redwood tightly integrates more of what you'll need as your app evolves: Storybook, Jest, Auth, Deploy, Logging, and a lot more. 2. A fir…