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?
So I could just code my different Pagelets/Widgets as seperate components and use ReactDom capabilities to mount all of them into several DomNodes in an empty "container" web page to assemble my website out of them in React?
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