Christian Ulbrich

Results 29 comments of Christian Ulbrich

@andreialecu This is something I need as well, but could you please elaborate further on how to achieve this or point me to a working plunker / ? I am...

@andreialecu Thanks! That's all I needed. Sorry, for using "elaborate" :) Actually I can only guess, why your approach works, but do I care? No! Works like a charm. And...

@FlorianHeigl It works without your changes. I'd guess, that you did not use the `Makefile` and are not on Linux. If you run `make build` you will get a working...

You are on the right track; I built something similar two years ago. You just have to store the failed request somewhere and simply redispatch it; for this you must...

Furthermore there are other things a little bit odd, the "sorting" is platform dependent, i.e. running `barrelsby` on Windoozw will give another order than on MacOS. This causes unstaged changes...

Storybook is a mess. Basically the problem is, that they are relying on a `instanceof` check in their code base against `lit-html`, to automagically support _Lit_ templates. This is a...

Why would integrations tests have to be any different for micro-frontends? Micro-Frontends are an architectural style to build big apps. If you want to test functionality _across function verticals_, you...

I always try to use two motifs to convince the management from the need for micro frontends: 1. time to market - scale, build, test and deploy your features faster...

@xdvarpunen I don't get, what your point really is. CustomElements is just an API; it can be reasonably polyfilled for all other browser in a very performant way. Angular+React are...

@chchrist **...or** _how to get a good Job_ Let me answer it like that: How would you do it _without_ using micro frontends? :) The real life behemoth monster monolith...