Remix.run Logo
fleebee 4 days ago

It's worth noting that the Speculation Rules API and the View Transition API are not stable in Firefox and therefore aren't supported by all major browser.

ethan_smith 4 days ago | parent | next [-]

This browser compatibility gap is a crucial point - without Firefox support, these APIs can't be considered production-ready for sites that need cross-browser consistency, undermining the article's central argument.

fcpguru 4 days ago | parent | prev | next [-]

yeah, if it's not in firefox it doesn't count.

https://bugzilla.mozilla.org/show_bug.cgi?id=1823896

also mobile safari so basically all iphones.

mattvr 4 days ago | parent | next [-]

It does appear to be supported by iOS Safari 18.2+, which is the majority of iOS users.

https://caniuse.com/?search=view%20transitions

bornfreddy 4 days ago | parent | prev [-]

Basically it is supported just in Chromium & derivates then. Hard pass.

adamredwoods 4 days ago | parent | prev [-]

For me, this is the key takeaway from the article, leveraging experimental browser extensions for preloading future pages. In other words, exactly what a properly thought-out SPA does.