I present my doubt:
- I have to do a REST API for external clients.
- I need to have 3 different applications, 1 for internal use, 1 for external use and the API, which will be connected (apart from external clients) to the other 2 applications.
We are using for the REST API Meteor.js, for the frontend React and MongoDB for the database. Is it a good practice to use Redux in this case? The information "must" be reactive and that when a customer modifies something, another one can see the modification. If this is not possible, what options do I have or what patterns / libraries should I use?