Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Thats the reactive thing right? You need a different mindset but it is not that hard.
-
IMO almost everything prefixed with ng is overly complicated..
Nginx is nice though.. -
@just8littleBit lol great answer. That's true, I've made the mistake of choosing angular over react, now I'm paying π
-
http://reactivex.io
This is the site of the base system which has implementations for multiple languages. The documentation here helped me a lot. -
@just8littleBit with respect to nginx... It's not that nice, that's my other big enemy π
-
@geronimo hmm strange, from what Ive seen from the angular docs the last week (learning angular now as well) it was similar to reactive programming in C#
-
@geronimo idk, only had to use nginx a few times but once the basic configuration was done once it worked pretty well.
Never used it in production though, just to get local stuff running. -
@just8littleBit it depends on what you want to do. I used it to map different subdomains to several apps on a single server, and it took me a while. I mean, it's awesome, but it's complicated if it's not your thing.
-
@geronimo similar to what I used it for I guess.
Routing all sub domains to a different sub module.. but yeah, i can imagine that I was lucky to get it run that fast. As I said, it has a ng prefixπ₯Ί -
@geronimo and I think you have no clue what these terms mean otherwise you would know Im not just throwing terms around...
-
@just8littleBit well... Let's not get into that, I actually like Trump more than Jobs π
-
@Codex404 yep, coming from the guy who is in the 'planning phase' of a decentralized app, knows nothing about decentralized architecture, and is asking casually for it on devrant π
-
@geronimo yes I indeed dont know everything. And I am able to admit that I dont know something and love to learn it. Isnt that why the question tag is there for on devRant?
Really, you are accusing me of just throwing terms around as if I dont know what they mean. Any programmer who knows what it means can say I am not just throwing around terms. So next time you accuse people of things please think about if it actually makes sense what you are saying. Thanks :) -
@Codex404 well, I know almost nothing, but I know that I should go very slow.
Good luck man π -
@irene techniques really depend per project. I cant imagine a game made without using OOP.
-
@geronimo @Codex404 for accuracy's sake: ngrx is the angular implementation of redux. Since it's a angular 2+ library, it also leverages rxjs but its only purpose is state management.
As for whether or not it's overly complicated, put it this way: it averages the complexity of state management problems. Therefore it will look complicated if your state is simple. -
@Commodore yep, it's the implementation of the flux pattern, as I said.
Regarding the complexity, the thing is that I was looking into redux with react, and NgRx looks more complicated compared with that. (at least to me) -
@Commodore ah, that makes sense. Its a flux system using rxjs and not rxjs using flux as I was told earlier :D
-
@Codex404 that's what I said from the beginning. You should learn the reading pattern... π
-
@geronimo it is indeed what you said "ngrx is jsrx with flux"
While it is flux with jsrx.
Do you rather have sugar with coffee or coffee with sugar? There is a big difference in the wording... And I was just trying to help, if you cant handle people helping you you really shouldnt be on here... -
@Codex404 lol man, you really are dyslexic, it's RXJS...
Anyway, read again, I said that is the flux PATTERN implemented with rxjs. Really try to take the time to read before start writing.... -
@geronimo nah, you are not worth my effort since you can write as good as I can read...
Related Rants
-
rephiscorth38Everyone here ranting about a fucking missing semicolon. I can't remember the last time a missing semicolon wa...
-
CodesNotHot10-Laughed at Gitlab the other day -Accidentally dropped my db today. fuck karma
-
codeclod15When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link...
Is it just me or NgRx is overly complicated?
rant
angular
fuck
ngrx