
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@aleleba/create-react-ssr
Advanced tools
This project aims to have a starter kit for creating a new React app with Server Side Rendering and tools that generally go along with it.
It is not a project like create-react-app, create-react-app is used as a starter kit that handles all your scripts underneath, this is a project for developers who want more control over their application.
| Tech(Library or Framework) | Version |
|---|---|
| React (Render Library) | 19.2.7 |
| Redux (Global State Management) | 5.0.1 |
| React Router DOM (Routing) | 7.16.0 |
| Jest (Testing) | 30.4.2 |
| Cypress (E2E Testing) | 15.16.0 |
| Typescript | 6.0.3 |
To create a new project run in the terminal:
npx @aleleba/create-react-ssr app-name
Then run:
cd app-name
You will need to create a new .env file at the root of the project for global config. This is an exaple of config.
#Environment
ENV= #Default production
#App Port
PORT= #Default 80
#PUBLIC URL
PUBLIC_URL= #Default 'auto'
#Prefix URL
PREFIX_URL= #Default ''
#ONLY EXACT PATH
ONLY_EXACT_PATH= #Default false
The default environment is production, the app port defauld is 80 and the default public url is "auto", use prefix url if you want a prefix on base url, use exact path to validate if you want to have strict exact paths.
In the terminal run:
npm run start:dev
The ENV enviroment variable should be "development" and choose the port of your preference with the enviroment variable PORT.
You will find the root component on:
scr/frontend/components/App.tsx
You will find the Initial Component on:
scr/frontend/components/InitialComponent.tsx
The manage of the routes you should find on:
scr/routes
It is using "useRoutes" hook for working, more information for this here: (https://reactrouter.com/docs/en/v6/api#useroutes)
This will start the app in development mode, also it have Hot Reloading! Enjoy coding!
In the terminal run:
npm run build
It will create a build folder and run:
npm start
This will start the app.
Hope you enjoy this proyect! Sincerely Alejandro Lembke Barrientos.
FAQs
Starter Kit of server side render of react
The npm package @aleleba/create-react-ssr receives a total of 145 weekly downloads. As such, @aleleba/create-react-ssr popularity was classified as not popular.
We found that @aleleba/create-react-ssr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.