If you were starting a new project and wanted to build all #webComponents - what would be your goto tool for this?

Lit? StencilJS? Something else?

Asking for my team

#webDev #javascript #dev

@tanepiper in the past I would use a framework but now I go on vanilla path and choose some reactive library then encapsulate it in shadow root while keep my eyes on FOUC.
@tanepiper nah, just something like SolidJS reactive library or S.js.
I go vanilla for personal project and because recently I deal with existing project that use template engine. So component/island-ing the UI can be prone to FOUC. AlpineJS solve my problem but it can't do async rendering and I have less control on what it do.