Marius ReimerSmarter Jest Tests for React NativeJest is one of the most famous React Native test runners. I explain how to use mock, spy and to make test cases more concise and…May 5, 2023May 5, 2023
Marius ReimerTesting Hooks in React NativeSince React Hooks have been introduced, code can be written more elegant. I describe, how to use hooks and to test them in React Native.May 3, 2023May 3, 2023
Marius ReimerReact Native Snapshot TestsSnapshot test can be a clever way to make sure that your UI does not change unexpectedly. I will describe how this can look like.May 2, 2023May 2, 2023
Marius ReimerDetox vs Appium — What’s best for React NativeIn 2018, I was writing End-to-End testing in React Native. Now, in 2023, what has changed? Have the frameworks improved, matured?May 1, 20231May 1, 20231
Marius ReimerTesting your React Native App is not importantSomething you hear quite often, but is it true? In software engineering and app development, testing is an integral part.Apr 30, 2023Apr 30, 2023
Marius ReimerSvelte with Rust and a GraphQL REST API WrapperI show how I created a basic GraphQL Wrapper in Rust with Juniper and Actix for the REST PokeAPI, including a PokeDex website using Svelte.Feb 8, 2021Feb 8, 2021
Marius ReimerTyped Config via Context in React NativeFlutter, React and others use Contexts. I show how to share config data in your React Native or React App via Context and TypeScript.Jan 23, 2021Jan 23, 2021
Marius ReimerApp Onboarding Experience in FlutterI show snippets of how I created a simple App Onboard Experience with Animated Page Position Indicator in Flutter.Jan 20, 20211Jan 20, 20211
Marius ReimerAnimated Book Star Rating in React NativeI explain how I created an Animated Rating Component with a Custom Bottom Modal and Blur View in React Native.Jan 13, 2021Jan 13, 2021
Marius ReimerImage Scroll Zoom in React NativeScrolling up a list of items with an image on top can be a nice feature to zoom in the picture. I describe how to do this in React Native.Jan 8, 2021Jan 8, 2021