https://github.com/osamamammar/dynamic-metatags-react-ssr
Ⓜ️ This repo demonstrates how to serve dynamic metatags server side with Node and Create React app.
https://github.com/osamamammar/dynamic-metatags-react-ssr
nodejs react server-side-rendering
Last synced: about 1 month ago
JSON representation
Ⓜ️ This repo demonstrates how to serve dynamic metatags server side with Node and Create React app.
- Host: GitHub
- URL: https://github.com/osamamammar/dynamic-metatags-react-ssr
- Owner: osamamammar
- Created: 2022-06-05T21:24:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T21:31:18.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T08:26:10.606Z (3 months ago)
- Topics: nodejs, react, server-side-rendering
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic metatags in react using node server SSR
To try the demo, first clone this repo.
```
git clone https://github.com/osamamammar/dynamic-metatags-react-SSR.git
npm install
npm run build
node server.js
```Then visit `localhost:5000` in the browser.
You will be able to see the server render each route, and also if you view source, you will see the metatags dynamically generated by the server.