Full Stack React Developer

Cebu, Philippines
Joined January 2025
React is simple while Signals and others are easy but messy. @sebastienlorber
Signals vs React - Make up your mind 🤪
Whoever paves the road for new technology pays the R&D price This is what the @nextjs team would want to ship when they introduce App router and RSC
"Navigation feels slow in Next.js" Try cacheComponents 👇
so instead of marking files with use client, users will now need to add use server for server specific things what do you think of this guys? @sebmarkbage @acdlite @rickhanlonii @potetotes @theo
hey @timneutkens @feedthejim @rauchg I would like to suggest to add an option in next config to make the model isomorphic first instead of server first lots of devs see this model as simpler and more elegant especially the ones coming from SPA world
This is the reason why React is superior to them all and is always winning
just my opinion: react is not perfect. but it’s the only language you can learn once and write and run anywhere: on the web, on mobile, on AR/VR devices, TVs, terminals, desktops, WebGL, MCP UIs, and even on the server. that’s a superpower. i think it’s a wise bet to use highly stable + consistently backwards compatible tech that helps teams be nimble and move insanely quick across all these platforms. LLMs add another layer of productivity. you can go fast and far. I don’t think it’s controversial to say that react is one of the most productive and high leverage tech you can learn. yes, it has its problems. what doesn’t? choosing something else just means trading a different set of problems but from my viewpoint i see how react continues to improve, year over year, for more than a decade. the compiler being stable now is something im personally really happy about. it doesn’t just optimize your code for you, it helps you learn how to write better code through the linter. im excited to see us continuing to make progress on the other problems too. always bet on react
is this true @timneutkens @feedthejim @rauchg does this behavior still exist in Next 16?
One downside of RSC for me in Next.js is that every router link click requires a network hop as only the server knows the layout for the route So even if a route would require no new data there is always a delay on bad connections Will TanStack Start have the same issue?
prerry sure you are right, silicon valley companies uses open source chinese models
Smoking gun: Pretty sure Cursor’s new Composer-1 is a fine-tuned Chinese model. As I was building, it switched its inner monologue to Chinese, and I can't get it back to english. @simonw
First do it, then do it right, then do it better This is the mantra every developer should have
stop overthinking, start building: the best way to predict the future is to invent it. and the best way to invent is to start building. you can dream all you want. you can think in abstract, map out perfect systems in your head, debate the ideal architecture. but none of that matters until you start making something real. building is like mounding clay. you don't start with the perfect form. you start with a lump. you push, you shape, you feel the resistance. the material talks back. it tells you what works and what doesn't. you learn by doing, not by thinking about doing. with Cursor, the gap between idea and reality is basically zero now. you don't need to know every syntax, every framework, every pattern. you just need to start. Cursor helps you shape the clay. it fills in the gaps. it lets you focus on what you're making, not how to make it. overthinking is just fear dressed up as preparation. you're not getting ready, you're just delaying. the longer you wait, the more you convince yourself it needs to be perfect before you start. but perfect doesn't exist at the beginning. it only emerges through iteration. every great thing you've ever seen started as something rough. the first iPhone was a prototype held together with tape. the first Notion was a clunky tool that barely worked. the first anything was messy. but it existed. and because it existed, it could be improved. so stop planning the perfect app. stop debating the right tech stack. stop waiting for the right moment. just open Cursor and start building. make something bad. make something that barely works. then make it better. then make it better again. the future isn't something you think your way into. it's something you build your way into. one line of code at a time. one iteration at a time. like mounding clay until something beautiful emerges. start today. start now. start messy. just start.
So we might have the AI winner.
Just posted Q3 earnings. We delivered our first-ever $100B quarter driven by double-digit growth across every major part of our business. (Five years ago, our quarterly revenue was at $50B🚀) Our full-stack approach to AI is driving real momentum and we’re shipping at speed.  Thank you to our employees and partners around the world for the terrific quarter!
Seeing @mjackson and @ryanflorence dunking and hating on React is an awkward and lame sight to see given their history.
Here comes the bs retirement talks after getting eliminated, smh @NBA @Lakers
The Lakers and the league with mr. silver conspire to make the Luka trade happen. Hope Luka sabotage the playoffs and move to other team in the offseason hahaha
Raf Lorenz retweeted
I will die on this hill that the whole NBA media chose the wrong athlete to market the league after. It should have all been about Steph. More loved, more adored, more magical. Kids wanna be Steph now, not LeBron. Just how they wanted to be Mike.
"It's Steph's night, so lets include Lebron!"
Happy birthday to the one and only Steph Curry @StephenCurry30 You are a great human being and an inspiration to everyone. You surely deserve to be in the GOAT conversation. Changed the game, forever.
Why does every other NBA team brings their A-game whenever they are facing the Warriors, even though they are tanking teams? 🤔 @NBA @warriors
The greatest scorer in the history of the game with his volume, efficiency, range and degree of difficulty.
Ah so this is what happens when Steph gets free throws!
I think Meta/Facebook should create their own browser and make @reactjs a core part of it.
I have a really good name for T3 chat if you're down to changing it. @theo
React compiler will eventually add a signals-like reactivity and rendering implementation under the hood, similar to how millionjs and inferno manage to achieved