Application state is subjected to change. A reducer is a pure function that takes the current state and an action been dispatched upon it. Depending on the action type it produces a new state and returns it. States are immutable.
My Notebook: Redux & NGRX
5 Essential Tools for Any Tech Startup with Little to No Seed Money
After years of working for other startups, finally, you gathered the courage to start one of your own. You have this million-dollar idea and you are hyped to share it with the world. These are the five tools you need to manage your tech startup if you have little to no seed money.
GraphQL with .NET Core (Part - VII: Data Persistence)
This post focuses more on configuring a persistent data storage rather than discussing different aspects of GraphQL. With that being said, let's connect to an in-memory database for fake testing.
GraphQL with .NET Core (Part - VI: Queries & Mutations)
We've come to the point, where you should have a good understanding of GraphQL Queries already. Few things you should keep in mind though, A query should never change the value of a field. In other words, it should always fetch and never modify. Queries are executed in parallel.
GraphQL with .NET Core (Part - V: Fields, Arguments, Variables)
At its simplest, GraphQL is about asking for specific fields on objects. Let's extend our simple application to accommodate a complex type.
GraphQL with .NET Core (Part - III: Dependency Injection)
ASP.Net Core has a built-in dependency injection container. It's simple and can serve our purpose very well. Not only it can be configured to serve implementations to abstractions but it also can control the lifetime of the created instances.
GraphQL with .NET Core (Part - II: Middleware)
Tired of REST? Let's talk about GraphQL. GraphQL provides a declarative way in which you can fetch data from the server. To work with C#, the community has provided an open-source port for GraphQL called graphql-dotnet.
GraphQL with .NET Core (Part - I: Hello World)
Tired of REST? Let's talk about GraphQL. GraphQL provides a declarative way in which you can fetch data from the server. To work with C#, the community has provided an open-source port for GraphQL called graphql-dotnet.
Subscribe to Fiyaz Hasan
Subscribe today and get access to a private newsletter and new content every week!