R2S was a painful one, but Lachlan was a dream of a security researcher to partner with. Not just from a responsible disclosure POV, but things like hopping on multiple calls with Meta and our team to help us validate remediations. Thank you Lachlan for helping make the internet safer (and great job on figuring out this 'labyrinth' of a vulnerability)
[flagged]
The React2Shell Story
11–20 of 50 posts
Re: The React2Shell Story
#12Really cool article btw.
Re: The React2Shell Story
#13Earlier quoted context omitted.
[flagged]
React was ruined from the moment they abandoned class components and introduced hooks. Vercel is just continuing the trend of hype against common sense.
Hooks are IMO the best thing that happened to react.
Re: The React2Shell Story
#14Re: The React2Shell Story
#15Whoda thunkit that - blurring the lines between client code and server code - creating a brand new protocol for communication between trusted and untrusted actors - and with all of that allow the protocol to serialize code and not just primitives Would be a tremendously stupid idea. And for what? To lock developers further into the react ecosystem. What a shitshow react continues to be.
It was a clear bait and switch scam, that is still going on.
Re: The React2Shell Story
#16Earlier quoted context omitted.
[flagged]
React was ruined from the moment they abandoned class components and introduced hooks. Vercel is just continuing the trend of hype against common sense.
Vercel, the only thing they have going for the app model mess, are the partnerships with SaaS vendors that make them the must go tooling.
However this will eventually come to an end.
Re: The React2Shell Story
#17I was struck by the very sensible economic filter: “who is vulnerable that has a bug bounty program?” Incredibly good reminder that you should have a bug bounty program; otherwise, nobody might call you. Until, you know, you’ve been compromised.
Re: The React2Shell Story
#18Earlier quoted context omitted.
React was ruined from the moment they abandoned class components and introduced hooks. Vercel is just continuing the trend of hype against common sense.
I just don't understand this take, every time I hear it I wonder if people just haven't spent the time to adjust their mental model. Hooks are IMO the best thing that happened to react.
Re: The React2Shell Story
#19I'm still yet to be convinced React Server Components are anything but a disaster to the developer experience. Mixing backend and frontend without a clear boundary is terrible for any codebase beyond a handful of contributors.
I really don't understand why people complain about Spring or ASP.NET annotations, and then go running to Next.js with its useXXX and import magic.