|
|
|
|
|
by misterbwong
1252 days ago
|
|
Web components have their place but they're no panacea and the ecosystem is still pretty young. This is coming from someone that has been leading a decently large StencilJS web component project for over a year now. Documentation and Google-ability of the subject isn't great so prepare to some digging and experimentation. The current native feature set is somewhat lacking so you're definitely going to want to augment with some sort of helper framework/library. Building any significantly sized project purely native with vanillaJS would be challenging. There are also some unique hurdles with this type of project that our org had to work through-mainly on the integration and design side of it. |
|