Populatt.js is an Microfronend Proof of Concept Project.
- ⚡ Fast NPM package installation throught PNPM
- ⚡ Fast build process with ESBuild
- ⚡ Isolated styles using Styled-Components
- ⚡ Component based powered by React
- ⚡ Lazyly loaded modules
Clone the repository and run those commands:
npm install -g pnpm
pnpm install && pnpm run start
Open your browser at http://localhost:8000/ and see the result.
-
Lazy loading of modules throught hash routing without extra libraries
-
Moduled configuration export (e.g.
config.js
) for permissions and URLs definitions. -
Global
EventEmitter
for communication between modules.