Prev: Techstars, SalesLoft, Spaceship, Ignition Alley, A Small Orange.
> Separation of concerns doesn't work with JSX
> Hooks are so fragile they don't even allow conditional usage
> React's so slow it needs a compiler to work
> Vercel took over React to build RSC to sell more servers
Let's hear it!
> Separation of concerns doesn't work with JSX
> Hooks are so fragile they don't even allow conditional usage
> React's so slow it needs a compiler to work
> Vercel took over React to build RSC to sell more servers
Let's hear it!
Oh, wait, I totally meant to add that key prop...
Oh, wait, I totally meant to add that key prop...
Also, who is paying $20/mo for something that is included with a $15/mo subscription? That is a bonkers pricing strategy.
Also, who is paying $20/mo for something that is included with a $15/mo subscription? That is a bonkers pricing strategy.
Simultaneously the most lazy and incompetent people, and also perpetrating the worst fraud imaginable via the deep state swamp.
You can't have it both ways.
Simultaneously the most lazy and incompetent people, and also perpetrating the worst fraud imaginable via the deep state swamp.
You can't have it both ways.
We’re also providing docs for when a framework isn’t a good fit for your project, or you prefer to start by building a framework.
react.dev/blog/2025/02...
We’re also providing docs for when a framework isn’t a good fit for your project, or you prefer to start by building a framework.
react.dev/blog/2025/02...
def update
contact = Contact::Update.call(contact:, params:)
end
private
def contact
@contact ||= contacts.find(params[:id])
end
def update
contact = Contact::Update.call(contact:, params:)
end
private
def contact
@contact ||= contacts.find(params[:id])
end