Skip to main content

2 posts tagged with "React"

React tag description

View All Tags

Understand the Virtual DOM in under 5 minutes

· 4 min read

I began my career in software development as a self-taught web developer. My only motivation for learning React to begin with was to understand React Native, so I could then use it to make mobile apps. Now, I have been working as a professional web developer using React every day at work for a couple of years.

However, like many others, I never really took the time to understand how React actually works and why we even use it. So I decided to take a deep dive into the Virtual DOM, and I now believe that this understanding needs to be part of many web development curriculums.

React für Nicht-Web-Entwickler

· 13 min read

This is based on a small workshop I gave to my colleagues at work. I thought it might be useful to share it here too.

Bevor wir in die Tiefen von React eintauchen, ist es wichtig, einige grundlegende Konzepte und Begriffe zu klären. Dieser Abschnitt bietet eine Einführung in die Welt der Webanwendungen, erläutert, warum Frontend-Frameworks so entscheidend sind und zeigt Ihnen, wie Sie am besten ein Framework wie React erlernen können.