Post cover image

The code behind the new SP-Studio

For some months I'm working on a cool project. It's a web app where users can design their own characters...

Read full article


Post cover image

Quicktip: Browser für Create React App definieren

Create React App ist der einfachste Weg, ein React-Projekt zu erstellen. Ein Debug-Server wird bereits mitgeliefert. Mit npm start

Read full article


Post cover image

Tutorial: Neues React-Projekt mit Uisum

Mit Uisum habe ich eine Library zusammengestellt, die es (ursprünglich in erster Linie mir selbst) erleichtern soll, ein neues Web-App-Projekt mit React zu erstel...

Read full article


If / else statement inside of React Component's Render method

Sometimes (well, actually pretty often) you have to use conditional statements inside of React Component's Render methods. You could do it like this: import React from "react&quo...

Read full article