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
- Host: GitHub
- URL: https://github.com/codesandtags/microfrontend-i18n-poc
- Owner: codesandtags
- Created: 2024-04-22T20:03:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T05:27:01.000Z (about 2 years ago)
- Last Synced: 2025-12-30T17:56:35.224Z (6 months ago)
- Language: JavaScript
- Size: 382 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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