Logger for Redux

Middleware of Redux Redux middleware solves different problems than an Express or Koa middleware, but in a conceptually similar way.It provides a third party extension point between dispatching an action, and the moment it reaches the reducers.We can use Redux middleware for logging, crash reporting, talking to an asynchronous API, routing, and more.Here, the one good method …

SSR with Angular Universal

Angular Universal is a Pre-Rendering solution for Angular. Why Angular Universal? Facilitate web crawlers through search engine optimization (SEO) Improve performance on mobile and low-powered devices Show the first page quickly with a first-contentful paint (FCP) Add Universal rendering with the Angular CLI Build the Angular Universal Bundle Start Universal App Creating server-side app module