This article shows the basic setup of a React app including the configuration on Redux state management and Redux Saga for asynchronous state side effects.…
Recently, I had the issue that I was confronted with JavaScript’s call and apply. Since I forgot where the difference is or why you may use…
Redux is a Library to centrally manage the state of your application. Due to its unidirectional data flow, predictable, reproducible and thus testable applications are…
I’m sharing my experience in structuring and organizing my components in a React project.
React Native allows you to write fully-native mobile apps for Android and iOS in JavaScript. Since there is only one common codebase, development cost can…
Upgrading a React Native app, as from version 0.57 to 0.60 may cause a lot of unforeseeable effort and pain. This has led me to…
This is a summary of the most interesting talks from the React Europe Conference 2019 that happened in Paris. React is becoming a very famous…
I spent some days with Flutter, a new toolset for building hybrid mobile apps in the Dart programming language. Since I have quite some experience…
When I tried to get React Hooks working with React Native Camera, I came to the point of creating a separate library for that, called…
A while ago, React introduced React Hooks. Since version 0.59, you can also use them in React Native. What are React Hooks? React Hooks are…