Blogs authored by nagalakhsmi M R
Xamarin provides the developers with the whole range of tools which can be used for the development of the cross-platform mobile application. We are going to cover the step-by-step process to work with Xamarin forms. We will also touch on MVVM Pattern which is very critical in using Xamarin. A quick Introduction to Xamarin Installation […]
Redux is a reactive state management library which is developed by Facebook and used in the React library. It is based on the Flux pattern. The difference between Flux and Redux is how they handle tasks; In the case of Flux, we have multiple stores and one dispatcher, whereas, in Redux, there is only one […]