Hacker News new | ask | show | jobs
by dthyresson 1539 days ago
Core Team member here.

Many RedwoodJS contributors have startup experience and we applied much of that in delivering features that often get lost in the rapid MVP pace where you have a small team and iterate fast ... only to face those decisions later. And it's not a surprise that these feature get left out early on: they take time and money -- two things startups have to manage from the get go.

Testing, logging, webhook support, setting up authentication, involving your designers more with Storybook, seeding data, mocking data, deploying, GraphQL best practices.

These are all common solvable problems that RedwoodJS has already thought of so you can focus on building a product.