DEV Community

Discussion on: Redux is half of a pattern (1/2)

Collapse
 
mrpmorris profile image
Peter Morris

I used NgRx for about a year. I found it unpleasant because I had to write so much boilerplate. When Blazor came out I decided to write a Flux library that took advantage of OOP principles (no need for switch statements, for example).

I came up with Fluxor - no-boilerplate, and UI agnostic. It's far less work.