Ahh, after playing 50 seconds and seeing the criteria: any framework; Placable; Coordinated or communicate with one another. That's exactly what I tried (and managed) to do! I feel confident, on to see the next part of this video.
@kristianlauttamus23235 жыл бұрын
Thank you for these Micro FE videos, really inspiring me more to start "getting rid off" the last monoliths of our projects.👍🏻
@noherczeg4 жыл бұрын
Great video, but I have two questions: why not import() instead of loadjs, and why not custom events instead of rxjs?
@jherr4 жыл бұрын
Custom Events are certainly good, though you'd have to shim that on IE11. And for import I'd need to do this as ecmascript modules or use webpack. I don't think you can import directly from a URL.
@matthewzecchini99515 жыл бұрын
Wonderful video. What technology stack would you reccomend for production builds? I was looking into single SPA and it seems the most aligned.
@jherr5 жыл бұрын
If that works for you then I'd give that a try on a piece or two of the app, see if that works and if so then press on, otherwise reconsider. I've made a video on Single SPA if you want to check that out.