74 private links
Could this lead to the open web index we all need? I hope this research will have high impact.
Indeed, React is a bit too much of the default choice right now while clearly it shouldn't be that way. Let's hope it'll change and something else with more merit will take its place.
It's at least nice to see people paying attention to this and fixing their applications accordingly.
A good reason to try to make pages as small as possible. Interesting to see where this threshold is coming from.
Admittedly I share the sentiment... I don't think there is any viable solution in sight though.
As much as I like RSS, it has indeed a few issues. It's important to keep them in mind.
Good overview on the state management offer around React. Especially interesting is how it frames the different problems one has to keep in mind to maintain state in your UI.
Let's get the historical records straight indeed. Don't believe the web3 bullshit revisionism.
This is a good question... not a good outcome overall. Are we really heading that way? Looks like it.
Good list of system fonts to use in your CSS.
Interesting opinion. Indeed, as the browsers are packing more features they can deal with more frontend complexity themselves. This is an opportunity to reduce the amount of code in the frontend code at least for some use cases.
Looks like it's still in the very early days but the overall approach looks interesting.
Good explanation of why the complexity of CSS code quickly gets out of control.
Nothing groundbreaking regarding web service APIs, but a very reasonable list nonetheless.
The mess of internationalization with websites doing it wrong.
We're really getting everything in the browser these days, even barcode detection.
Interesting introduction into WebGPU. Nice to see it's not quite Vulkan because some abstraction is needed in the browser (although, of course the approach is similar). There's also a couple of design choices which are welcome to improve portability.
Now let's hope it gets stable and widely supported soon.
Interesting stuff coming especially on the CSS side.
Interesting set of tips. Indeed that's a good way to reduce quite a bit the complexity of your application web frontend. Might not be always applicable though.
CSS is definitely a rabbit hole full of features. That delays quite a bit the time when you need to use Javascript.