dhavall08 / react-ssr-webpack

A small ssr demo with react and node. (not completely done)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React with Express - SSR Demo

Basic configurations for SSR react webapp with express.

I have created an SSR react app. In there, I have used reach router for routing. Currently it is working correctly except with image. When I add image, it runs properly in dev but it doesn't work with server file. Maybe issue while adding "App.js" in /server/server.js. So I commented the image code.

About

A small ssr demo with react and node. (not completely done)


Languages

Language:JavaScript 93.7%Language:HTML 4.4%Language:CSS 1.9%