Server Side Rendering for React demo project
SSR News is a React project that focuses on Server-Side Rendering. It utilizes the News API to display news-related content. This project was originally created for a Meetup talk on the topic of Server-Side Rendering with React. Additionally, there is a Single Page Application (SPA) version available.
git clone <project_repository_url>
npm install
config.js file in the project’s root folder and replace the placeholder API Key with your key.npm start
SSR News is a React project that showcases the concept of Server-Side Rendering. By integrating the News API, it allows users to explore news content efficiently. With easy deployment options like Heroku, this project serves as a practical demonstration of React’s capabilities in a server-side rendering environment.