Tero Piirainen
Tero Piirainen
The view transition property disables the client-side navigation/routing feature and users normal page loads on the browser. It does not impact how CSS works apart from all the ::view-transition-* stuff...
This is actually on purpose. When a root folder has an index.html file the directory is considered a single-page application where every doc request points to that index file. This...
Looks solid. So block tags are still rendered as divs by default?
Nicely spotted @nobkd — clearly needs a fix.
I'm thinking of a `[link]` tag (or similar) for this use case. I think button should not allow any markup inside since the HTML spec only allows [phrasing content](https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#phrasing_content)
I think the feed should be created when the site is built and with a --rss (or --feed) configuration option. Thoughts?
Something important to add here. The JavaScript monolith dominates frontend development. It is deeply entrenched through institutional momentum, career incentives, and the comfort of established patterns. React skills pay the...
Here you can see the complete argumentation between me and the React community: https://news.ycombinator.com/item?id=42722855 Surprisingly nobody disagreed with the term "monolith" and most of the discussion focused on familiar arguments...
Damn. This has been changed by us both and now has conflicts. Can you resolve? 🙏
Awesome. Thanks for fixing the conflicts!