I work on my side project everyday for 2 hours. if I miss a day, I add 2 hours to the next day.
doing this has really changed my life.
tomorrow I’m supposed to work for 6 weeks.
We're getting @Tan_Stack Start 1.0 ready, but we're also slowly working on our post 1.0 RSC impl that I genuinely think people are going to gush over... as long as they can get passed the initial "what the..." moment.
We've shown it to ~10 people and it was 🤯😍 every time.
@tretera_adam I really enjoyed teaching Server first, but it might be a bit harder to explain when exactly "use client" is needed - boundary and module stuff
Create a resource? That's a POST request
Update a resource? That's a POST request
Remove a resource? That's a POST request
Get a resource? That's a POST request