An open API service indexing awesome lists of open source software.

https://github.com/codesandtags/microfrontend-i18n-poc

Proof of Concept to manage i18n in a Micro Frontend Application
https://github.com/codesandtags/microfrontend-i18n-poc

Last synced: about 2 months ago
JSON representation

Proof of Concept to manage i18n in a Micro Frontend Application

Awesome Lists containing this project

README

          

# Micro Frontend i18n PoC

This is a PoC to demonstrate how to implement i18n in a micro frontend architecture.

## Tech Stack

- UI/Framework: React
- State Management: Context API React
- i18n: i18next
- Micro Frontend Management: Single-SPA
- Bundler: Webpack
- Mono Repo Management: Lerna and Yarn Workspaces

## Micro Frontends

- Container: Hosts the micro frontends
- Login: Login page
- Dashboard: Dashboard page
- Navbar: Navbar component