
State-Handling in React apps
Intro We use React for most of our current web-frontends. For older React Apps we used the MobX (databinding-library for MVVM) and then moved over to Redux. But even with … Continue Reading State-Handling in React apps
Marc blogs about Tech
Intro We use React for most of our current web-frontends. For older React Apps we used the MobX (databinding-library for MVVM) and then moved over to Redux. But even with … Continue Reading State-Handling in React apps
I’m relatively new to the stack of React, Redux and TypeScript but I had to do a lot of coding in this area over the past months. To get started … Continue Reading Structuring a React/Redux/TypeScript app