SPA Single Page Application Development Programming Logic

Single Page Applications(SPAs) is a very old concept that is gaining popularity again. They can be programmed using a variety of different approaches, some approaches are less effective and some give better results. Slim Core technology development is better performing than heavy frameworks. Today I’ll be explaining the tools and programming logic that I use to program them. The last one I programmed was about a year ago for a client and all together I’ve built 8 of them for various clients. I put together a working example just for this tutorial to give you inspiration and insight into the programming logic as we discuss it. I use core JavaScript and core PHP to program mine.
Back to Top