Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakejarrett/web-micro
Microfrontend utilising Module federation, Next JS & Other goodies
https://github.com/jakejarrett/web-micro
Last synced: 3 days ago
JSON representation
Microfrontend utilising Module federation, Next JS & Other goodies
- Host: GitHub
- URL: https://github.com/jakejarrett/web-micro
- Owner: jakejarrett
- Created: 2024-04-12T15:14:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T08:09:11.000Z (8 months ago)
- Last Synced: 2024-05-02T06:15:01.709Z (8 months ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebMicro
✨ **This workspace has been generated by [Nx, Smart Monorepos · Fast CI.](https://nx.dev)** ✨
## Integrate with editors
Enhance your Nx experience by installing [Nx Console](https://nx.dev/nx-console) for your favorite editor. Nx Console
provides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and
comes with a LSP for Vim users.## Running tasks
To get started with this simplistic application;
```sh
# Optional, you can run it with `npx`
npm i -g nx# Install dependencies (This will handle workspaces too, yay!)
npm i# This will start the `store` frontend and all of it's dependencies.
nx serve store```
## Tools
- react (nextjs)
- redux
- redux toolkit
- redux saga
- immer
- nx
- react-error-boundary
- playwright## Inter-app compat
### Proposed structure for host / orchestrator applications
- State layer will be an app in itself, that can be consumed by all. (`import { state } from 'state/Module';`)
- This will always be consumed by the orchestator & services can consume them too, allowing rendering of the app in isolation.
- UI Layer