BackInTheGame78
Moderator
- Joined
- Sep 10, 2014
- Messages
- 14,564
- Reaction score
- 15,681
For React instead of ngRx you'll want to check out Redux. NgRx is an angular based version of Redux...So our main work is in React/JavaScript. Lately, I’ve been exclusively frontend. However, I’ve done backend work too using Java/Spring Boot to build an API. I’ve also written a few Lambda Functions in Python, but this was pretty rare.
Never looked into those other frameworks but I will since I’m going to be upskilling hard next month.
RxJs is a framework/library for using Observables which are highly flexible and pretty amazing with what you can do with them.
Redux is an Immutable Data Store that you interact with and it keeps your data in one place to access and safe from random changes as those must go thru the store itself. Any largish applications should be using some type of data store as a basis for good design.