
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
This React + Express project is a starter template for building React applications with server-side rendering (SSR) using TypeScript. The goal of this project is to provide a well-tested, regularly maintained, and easily configurable template that allows developers to quickly start their own React projects with SSR support.
The motivation behind creating this project was to have a central repository that the author can base their future projects on, while incorporating the packages, configurations, and settings that they have had good experiences with in the past. Additionally, this project was created to support the usage of Webpack 4 and Babel 7 early on, as existing starter projects did not provide support for both at the time of creation.
This React + Express SSR Setup with TypeScript is a comprehensive starter template that provides developers with a solid foundation to start building React applications with server-side rendering. It offers a range of features, including easy configuration, support for Webpack 4 and Babel 7, and the ability to keep projects up to date with regular updates. The installation process is straightforward and can be done by cloning the repository and following a few simple steps. Overall, this project aims to simplify the setup process and provide a reliable starting point for React development with server-side rendering.

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
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.
Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
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.