Posted in.NET C# Building an Event-Driven Architecture with .NET Core Posted by Emir April 25, 2019 April 25, 2019 In modern software development, building scalable and loosely-coupled systems is a top…
Posted inReact How to Use useReducer Instead of Redux (When to Choose What) Posted by Emir April 17, 2019 April 17, 2019 Redux has been the standard for state management in React applications for…
Posted inReact React Context API + useContext for Global State Management Posted by Emir April 5, 2019 April 5, 2019 State management has always been a key challenge in React applications. While Redux has…