Creating query param synchronization with Redux
Dealing with query params can be some muddy stuff. Done wrong it can be just as ugly as caching logic that is bloating your code base. The way to handle such cross-cutting concerns is using aspect-oriented programming. Nice namedrop smart ass, what does this mean? Well, it means that you are coding in a way …