Sebastian Weber

  https://doppelmutzi.github.io/ Frontend developer from Germany. Fell in love with CSS over 20 years ago. My fire for web development still blazes. Currently my focus is on React.

     



18 Stories by Sebastian Weber

How to debug encrypted network traffic in React Native

Extend the shipped React Native toolbox with sophisticated utilities for debugging encrypted network traffic.
0 14 min read

Understanding relative CSS units

Understanding key differences between absolute and relative units in CSS is crucial for building fluid layouts and responsive designs.
0 12 min read

Why unfavorable React keys lead to unpredictable behavior

In React, each child in a list needs a unique key. When this doesn't happen, the consequences can be unpredictable — and serious.
2 8 min read

JavaScript concepts to master before learning React

Before learning React, it makes good sense to master the common JavaScript patterns you'll see in virtually every React app.
16 14 min read

An in-depth guide to performance optimization with webpack

A good understanding of webpack's underlying principles can vastly improve your bundle size and overall app performance.
6 21 min read

Building a tab control component for iOS and Android with React Native

React Native allows you to create a tab control component for iOS and Android with shared state management and data flow.
1 11 min read