Tomasz Szuba

Results 14 comments of Tomasz Szuba

Difference in produced bundle on `packages/app` (visualized using https://statoscope.tech/): before: after: diff:

Have you thought about writing some rules (ADR) or maybe even some linter (is something like archunit for TS?)? I had an idea that maybe frontend API should be in...

Also more documentation around composability system would be awesome. It's sometimes hard to wrap head around this. https://backstage.io/docs/plugins/composability I tried to understand how extensions in scaffolder work and how to...

@andrewthauer We have exactly same journey. Currently I am thinking about something similar to `EntitySwitch`. I am not sure how to make types safe and whether I will have enough...

> > @andrewthauer We have exactly same journey. Currently I am thinking about something similar to `EntitySwitch`. I am not sure how to make types safe and whether I will...

Although we inject ours styles at the end of head, they are injected before reflow styles get injected.

It's fascinating that we had internal discussion at Box about similar system, with very similar goals (targeting notifications to users, entities, etc.). Did not start any work yet, we planned...

Gave it a try here: https://github.com/backstage/backstage/pull/23570 It saved ~2MB in `packages/app/dist` 65->63

I am open for discussion what should be the best approach. We use quite a few plugins which are not often used and would benefit from loading asynchronously.

@freben What do you think? Is there an approach you like more from listed ones, and how can I proceed? Getting it done repo-wide would be a lot of effort,...