• Well, I know that the Bangle.js 2 has plenty of memory and performance (I did not yet reach its limits).

    However, it might be wise to keep modules small in order to let programmers fine tune their imports (I don't expect any "tree shaking" from your Web IDE, am I right?).

    My idea is to have a "LayoutEx" module for my components (or even separate modules for each individual control) which "sits" on top of the layout library. This reduces the memory foot print for programmers that do not need my components (or not all of them)

About