(no title)
berekuk | 2 months ago
You still need API routes for stuff like data-heavy async dropdowns, or anything else that's hard to express as a pure URL -> HTML, but it cuts down the number of routes you need by 90% or more.
berekuk | 2 months ago
You still need API routes for stuff like data-heavy async dropdowns, or anything else that's hard to express as a pure URL -> HTML, but it cuts down the number of routes you need by 90% or more.
skydhash|2 months ago
afavour|2 months ago
Personally I don’t like it but I do understand the appeal.