Skip to content

SatadruBhattacharjee/react-ssr-micro-frontend-netflix

Repository files navigation

Preview

Modifications

forked client-side micro-frontend to experiment with server-side react rendered application with client side hydration.

Branches :

master

Description: Makes use of loading asynchronous modules through requirejs

ssr_without_requirejs

Description: Requests static resources through global <script> tags. Loads React and ReactDOM as global object.

How to Run

  • To install the dependencies npm run bootstrap
  • To Run the Layout Service npm start
  • To Build the Fragments npm run build:fragments
  • To Run the Fragments npm run start:fragments

Fragments

  • Common PORT : 8086
  • Header PORT : 8087
  • Promotion PORT : 8088
  • Listing PORT : 8089

About

Micro Frontend Server Side Rendering (SSR) with React, Netflix Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published