Recently Caleb Porzio released a new UI Kit for Laravel, more specifically, Laravel Livewire. The UI Kit itself is called FluxUI. I decided to take this opportunity to scrape some games from IGDB and build a small app that would showcase Livewire, Laravel, Flux and Alpine all in one go. With this project, I leveraged the Laravel Caching functionality as I only update the games once week so needing to query the database every time was unnecessary. This, along with Livewires `wire:navigate` functionality makes the site feel like a SPA although the different links in the header are different pages. The pages themselves are built with FluxUI and Livewire for blazing fast feedback and browsing.