Skip to content

The repo I used for the talk at WebExpo 2024 about different environments, feature toggles, ab-tests and static overrides.

Notifications You must be signed in to change notification settings

milan-herda/webexpo-mfe-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Toggles

Local development in the context of prod environment

Try running yarn workspace @kampov/movies start and open https://webexpo-mfe-showcase.vercel.app/?overrides={"bundles":{"@kampov/movies":"http://localhost:9003/kampov-movies.js"}}

Static Overrides

Try first with http://localhost:9000/ and then with http://localhost:9000/?overrides={"toggles":{"bannerFeature":true}}

You can mix them

Try running yarn workspace @kampov/movies start and open https://webexpo-mfe-showcase.vercel.app/?overrides={"bundles":{"@kampov/movies":"http://localhost:9003/kampov-movies.js"},"toggles":{"bannerFeature":true}}

About

The repo I used for the talk at WebExpo 2024 about different environments, feature toggles, ab-tests and static overrides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 36.8%
  • EJS 33.5%
  • JavaScript 18.0%
  • CSS 6.6%
  • HTML 3.2%
  • Shell 1.9%