Ember Micro-Frontends with single-spa

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured

    This app contains a navigation bar to route to the different micro-frontends based on the url. Create the project with ember-cli new command.

  • people

    people mfe (by ember-micro-frontends)

  • This micro frontend is for the people page and list the people and their details using the Starwars API SWAPI. We are going to fetch the people info from the api in the index route like below:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • planets

    planets mfe

  • The planets micro frontend is almost similar to the people micro frontend except it uses the planets api from SWAPI.

  • root-config

    root config app for ember mfe

  • This is the host app that manages all the other micro frontends using single-spa.

  • styleguide

    styleguide shared mfe (by ember-micro-frontends)

  • This micro frontend is a special one. Here we will export the Tailwind CSS library utilities to be shared among all the micro frontends for styling with the CSS utility classes from Tailwind.

  • create-single-spa

  • single-spa offers a CLI for those who prefer autogenerated and managed configurations for webpack, babel, jest, etc. You can also create single-spa apps without the CLI.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [AskJS] How to import React npm into Vue project

    1 project | /r/u_reeeelan | 3 Nov 2021
  • Let's Create A Web Application With Micro Frontends And Firebase

    2 projects | dev.to | 12 Mar 2021
  • Managing View State and Client-side Routing in SPAs

    1 project | dev.to | 1 May 2024
  • Micro frontend frameworks in 2024

    6 projects | dev.to | 13 Mar 2024
  • Support for in/inter page linking / scrolling in EmberJS

    2 projects | dev.to | 31 Jan 2024