Using solid js in a chrome extension to spawn button
I am trying to understand if it is possible to render different components in different roots?
In my case I need to spawn some buttons in inputs of different forms.
I am a bit worried having too many reactive roots an cause performance issues
1 Reply
@Tito I think in a very rare case I can have up to 20 roots and this is not realistic.
I asked the question because at this point of development I can go raw js or use solid for content ui.
Thank you for the your feedback