Issues with the current meta The frontend meta, as of writing this article revolves a lot around writing redundant state management logic coupled with the network calls. It’s the same cycle — call certain API, get the data, parse it and then push it over onto the client side state management framework. A multitude of Libraries & a multitude of ways of doing things This has become…