
A very simple boilerplate to render data from Kentico Cloud to both the server and the client, using React components
The Kentico Cloud React Starter is an essential boilerplate designed for developers looking to effortlessly render data from Kentico Cloud using React components. With a focus on simplicity, this starter project serves as a gateway for building interactive applications that leverage the powerful features of Kentico Cloud. Recently enhanced with server-side rendering capabilities, it offers a robust foundation for creating dynamic and responsive applications.
This starter kit is an excellent choice for anyone eager to dip their toes into server-rendered React applications while working with the Kentico Cloud CMS. The setup process is straightforward, facilitating a seamless transition from project initiation to rendering real data within your application.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.