Hello, I'm currently working on a project regarding Pagelets (single context, isolated web page fragments that get injected into a containing web page along with other pagelets). ReactJS seemed like an interesting technology to look at.
Does React offer the functionality to code Pagelets like mentioned above?
Khoa Nguyen
I think that's what I would called widget. IMHO, React is a poor choice for such thing because of its size (react + react-dom is about 30 KB last time I check). I usually use preact-habitat to do this