Case Study
Building React Apps on a Headless CMS
A Single Page Application (SPA) built with React can create an engaging user experience using modern development tools. A SPA is a web application that works inside of a browser and does not require page reloading during use for outstanding UX experience. The HTML, CSS and Javascript are pulled during a single page load. As users complete actions on the site, all content is dynamically loaded to avoid refreshing a page.