DEV Community

Discussion on: Invoke React components from data-attributes

Collapse
 
brunot profile image
Bruno

Instead of using React take a look at Preact + Preact Habitat. It is a really nice combination to achieve what you are trying to do. You will end up with simple widgets you can invoke and have a very small size because of Preact. Later, if you really need, you can easily replace Preact with React and get rid of Preact-habitat.