The World’s Sneakiest Route Change
How a totally static site simulates dynamic filtering
Recently, I worked on a project that had a lot of dynamic data, and the ability for the user to filter through it. In this article, we'll see how I built it while maintaining fully-static, using pre-generated JSON files instead of a REST API. It's a sneaky trick, with unbeatable results from a user-experience perspective.