You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2024. It is now read-only.
James Burke edited this page Sep 25, 2019
·
33 revisions
What is Irving Core?
Irving Core is a ReactJS based, isomorphically rendered, headless CMS frontend application. Irving allows quick and easy development of headless/decoupled websites.
In order to support development and production, there are a number of Irving packages, design/development patterns, and libraries that work together to create a powerful ecosystem of development tools.
In practice, Irving takes a JSON string of components and hydrates React components. The frontend application makes a request to the API passing along the route details, which keeps the business logic in the backend/CMS layer. This allows for lightweight rendering and output, but without sacrificing any SPA functionality or power behind React.