React native – Architecture patterns for extendable MVC applications
I maintain a JS UI component library and a frontend web application following the general MVC architecture. There are basic views, complex views, and then controllers that bind the view logic to the model. Basic components (views) // The UI…