Enabling the @vuejs.org devtools extension breaks Strava
github.com/vuejs/devtoo...
Enabling the @vuejs.org devtools extension breaks Strava
github.com/vuejs/devtoo...
The only thing left to figure out is how can we avoid everyone having to ship their own fork of TS.
The only thing left to figure out is how can we avoid everyone having to ship their own fork of TS.
Gift link: conffab.com/presentation...
Gift link: conffab.com/presentation...
- client needs to be able to ask server for new UI + new data at the same time for on the fly updates
- want to avoid sending html + layout in both HTML + JS as much as possible
- client needs to be able to ask server for new UI + new data at the same time for on the fly updates
- want to avoid sending html + layout in both HTML + JS as much as possible
- most sites are still MPA at heart + light interactivity
- Modern CSS replaces a lot of what people use JS for, also popover + invoker commands
- most app state is better in a global store/models like redux -> makes hmr easier too
- most sites are still MPA at heart + light interactivity
- Modern CSS replaces a lot of what people use JS for, also popover + invoker commands
- most app state is better in a global store/models like redux -> makes hmr easier too
I want simpler things and less to worry about.
I want simpler things and less to worry about.
I wish more sites were like that.
I wish more sites were like that.
github.com/justinfagnan...
The repo has:
📖 Explainers for the templating API and DOM scheduler API
🏗️ Full prototype implementations
⚗️ a JSX transform
⚛️ a mini React-like framework
github.com/justinfagnan...
The repo has:
📖 Explainers for the templating API and DOM scheduler API
🏗️ Full prototype implementations
⚗️ a JSX transform
⚛️ a mini React-like framework
https://github.blog/changelog/2025-11-07-removing-notifications-for-mentions-in-commit-messages/
We're excited to release @zensical.org, our new SSG that is compatible with Material for MkDocs:
– 5x faster rebuilds
– Modern design
– Blazing-fast search
Read the full announcement on our blog:
squidfunk.github.io/mkdocs-mater...
A thread ⬇ 1/7
You can now throttle individual requests in Chrome!
Neat for experimenting with stuff like
- lazy-loading: does the UI look okay if this chunk takes MUCH longer to arrive
- resilience: what happens if this specific CDN is extremely slow
You can now throttle individual requests in Chrome!
Neat for experimenting with stuff like
- lazy-loading: does the UI look okay if this chunk takes MUCH longer to arrive
- resilience: what happens if this specific CDN is extremely slow