Skip to content

A POC demonstrating combining an application developed in React and another application developed in Vue to interact with each other as one single application.

License

Notifications You must be signed in to change notification settings

subzw0rld/hypernova-react-vue

Repository files navigation

A Micro FrontEnd POC using ARA and Hypernova

This POC involves hosting 2 applications, one in React and the other in Vue within the same page and also have them communicate with each other.

This POC was take from the following git repo --> https://github.com/marconi1992/hypernova-micro-frontends

What is Hypernova ?

Hypernova is a service developed by Airbnb to support server side rendering of JS based views. or more info --> https://github.com/airbnb/hypernova

Setup

  • If using mac or linux then execute the setup file using the following command.
sh setup.sh

The command above will install all the dependencies required by the 3 projects used for this POC (aggregrator, react, vue). This saves time needed in manually installing dependencies inside all the project folders.

  • cd hypernova-aggregator
  • yarn buildAll
  • yarn startAll

The application would launch itself on http://localhost:8080

Happy Coding 😉

About

A POC demonstrating combining an application developed in React and another application developed in Vue to interact with each other as one single application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published