Aug 25, 2017 · 1 min read
Nice job, guys! Gonna dive into this frontend micro-services topic deeper. Looks very interesting.
One notice regarding particles — you claim them as being completely independent from their parent applications. That means, that the script they rely on should include all the external dependencies like ReactJS, ImmutableJS. That means that each tiny particle should load a huge script file.
How do you deal with that? Wouldn’t it be better to provide a list of scripts needed instead of a single script and have shared scripts between particles?
