About Andrei Fangli

This author has not yet filled in any details.
So far Andrei Fangli has created 5 blog entries.

Iterators, Visitors and Selectors

This article is for: Software Developers The Iterator and Visitor design are patterns generally used to traverse collections or handle object tree navigation. This means both actual trees or graphs ... Read more

August 23, 2023

Model-View-ViewModel in ReactJS

In my previous article, MVVM to Flux and Back Again, I wrote about my journey with Model-View-ViewModel (MVVM) in .NET applications developed with Windows Presentation Foundation (WPF). It provides good ... Read more

September 22, 2021

MVVM to Flux and Back again

If you are only curious about my conclusions about how MVVM can be better applied for JavaScript applications (mainly React, but you can adapt this to VueJS without much hassle), ... Read more

August 12, 2020
Go to Top