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.

@drsensor RxJS? (Familiar with it, so could be a good fit).

Vanilla is an option, but I guess the question is how much are we custom building vs getting some OOTB benefits of some of the libs.