V

Vijay Thirugnanam's Vijay's Blog On ASP.NET

A blog on ASP.NET, MVC, and all things on Microsoft Web
Platform

  • Rated2.8/ 5
  • Updated 5 Years Ago

Redux thunk and imperative actions - Vijay T

Updated 6 Years Ago

Redux Thunk And Imperative Actions - Vijay T
For most part, React is declarative. But there are times when we have to use imperative methods. This is quite common in React native. In React native, after an API call, we may use imperative methods for notifications or navigation.
Read More