Code-based remote API mocking with Typescript and Webpack
Introduction Remember how you have to set up a whole bunch of infrastructure locally just to be able to independently work on the frontend part of your Jamstack project? If you’re tired of doing so,...
View ArticleDetox vs. Appium – a comparison of React Native testing frameworks
Currently, there are especially two end-to-end testing frameworks which are interesting for React Native developers: Detox and Appium. During my internship at codecentric, I analyzed and compared both...
View ArticleReScript – the language after TypeScript?
In the confusing jungle of transpiler languages for JavaScript, there are some gems. TypeScript is mainstream, ReScript is starting to establish itself, and Elm is still an insider tip. This article...
View ArticleAutomating package publishing in JavaScript projects
One thing has always been a thorn in my side. Having to remember to bump the package version for my code releases. For certain projects, this is an essential part of the release because it ensures that...
View ArticleRemix Run: A new React framework on the horizon
When you are developing React apps, you have heard about Create React App, Next.js, Gatsby and others. Those frameworks make it super easy to develop React applications rapidly by providing a...
View ArticleDeployment of configurable Single Page Applications
In recent years, the implementation of frontends in the form of Single Page Applications (SPA) has become increasingly popular. Single Page Applications are websites that are based on the web...
View Article