Have your cake and eat it too with by Sebastian De Deyne

One of the harder choices we need to make as web developers in 2019 is how we want to build our app’s frontend. Do we want to stick with Blade for templating? Do we want to build a SPA? SPA’s sound cool but then we’ll need an API and use some fancy authentication protocol. We still might want a SPA though, since that’d allow us to provide a richer user experience. Decisions are hard! Let’s take a step back. Instead of choosing between the two ends of the spectrum, why not combine them and have the best of b
Back to Top