2023-11-26 21:01:14

Interesting little weekend project:
– There’s an old WordPress site with static content. It’s not mobile friendly.
– The REST API works so I can grab all the post JSON.
– Now I can rebuild all the pages and logic
– But for fun… can I use the JSON files as a static “headless” API and build an app-like front end?
– I chose AlpineJS but it has no routing. It’s the wrong tool.
– But I’ll persevere. It’s just a toy project!!