Starting a product of my own has changed how I view the world, for the better. I have a newfound respect for anyone who has started something from scratch.
Before, I didn't really imagine the struggle and immense hard work that goes into this.
When we started Align, I wondered whether it was overkill for an early-stage startup to add basic tests across our core functionality (not too many, mostly integration).
Now i'm very happy we did. We would've found it hard to make large changes as quickly.
Very happy about all the new @OpenAI pricing changes, model and platform updates. Still wishing for the ability to just run in the EU, but can do that via azure.
RIP to all the startups that died today. It's a wild time to be building.
It's an incredible feeling to viscerally feel your work speed up as you learn more about your customers, the domain and your product. Like you're discovering things rather than inventing them.
@rauchg@vercel@nextjs The ability to take over routing ourselves for a subset of a nextjs app. The fact that nextjs will always key your component with the route makes this not possible as you can't hold state.
@render y'all are down I think. Getting 502 on my public services, can't redeploy, perform actions, look at logs or metrics. Your status page is still green. Can we get an ETA?
What's the best alternative for nextjs right now for these needs:
- Good dev exp for doing a classic SPA with react-router, react-router, etc, no server rendering for auth'd pages
- Ability to server render marketing pages
Regret using app router, it's not working out.
@KeysTwenty Remix seems nice, but can I entirely opt out of server rendering for some part of my application, using a big catch-all route? Doing well-executed intercepting routes in next is currently not possible due to lack of this: https://t.co/JWuWdaZcbJ