In order to create image carousel, I thought creating nested blocks as following
- image_carousels
- image
- image
- image
Then I found draft.js doesn't support nested blocks. (https://github.com/facebook/draft-js/issues/143 they say draft.js is flat)
But on the other hand, there's UL/OL and LI , that's like group and element structure.
Is there a way to group elements/components/blocks so that we can render the whole + individual (such as we render carousel with individual images)