I am currently in the process of familiarizing myself with Backbone.js and front-end development, as my background is more focused on back-end development. I have a question related to composition.
Imagine that I need to create a reusable component, like a RichText editor, that can be used throughout my application and even in other applications. Is it possible to approach development in Backbone.js in this way, or is it not suitable for this type of usage?
Edit: I have been exploring the combination of Backbone.js with React. Perhaps this could be the direction I should pursue. I will further research this option.