Anymaniax
anymaniax.bsky.social
Anymaniax
@anymaniax.bsky.social
Software engineer - creator of http://orval.dev
Reposted by Anymaniax
- Un web framework aujourd'hui c'est un router.
- Un router moderne c'est une solution de data-fetching.
- Le data-fetching c'est la DX et la perf.

Si ton routeur ou ton data-fetching est nul, alors ton framework est nul.

J'ai choisi tanstack, l'abstraction est absolument pixel perfect.
November 23, 2024 at 9:14 PM
Reposted by Anymaniax
There's a linter to enforce this: eslint-react.xyz/docs/rules/h...

The whole eslint-react series of rules is great, as it builds the rules based on recommendations from the new react docs 🎉
eslint-react
ESLint React - A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
eslint-react.xyz
November 23, 2024 at 6:36 PM
Reposted by Anymaniax
Isn't it funny how many people dogged on component fetching because it created waterfalls that are now hailing RSCs because they enable... component fetching, albeit on the server.

It removes one side of a round trip for a fetch, but a waterfall is a waterfall and you know what they say...
November 22, 2024 at 5:05 PM