Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bautistaaa/federation-different-chakra-versions
https://github.com/bautistaaa/federation-different-chakra-versions
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bautistaaa/federation-different-chakra-versions
- Owner: bautistaaa
- Created: 2024-02-29T17:14:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T02:40:17.000Z (9 months ago)
- Last Synced: 2024-10-11T22:08:30.858Z (about 1 month ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How can I use two major versions of a component lib in a federated app?
App1 is using chakra v2
App2 is using chakra v1
### How to use
Open up two terminals. One with app1 and one with app2. `npm i` `npm start`.
I want [this](https://github.com/bautistaaa/federation-different-chakra-versions/blob/main/app2/src/components/App.js#L9-L18) to work.