Alex Lohr

Alex Lohr @lexlohr

About: ...former musician, voice actor, martial artist, started coding 38 years ago and turned front-end developer 25+ years ago.

Location:
Germany
Joined:
Jun 13, 2017

Alex Lohr
articles - 21 total

💎 of solid-primitives, part 3: set, map, trigger

Author: @lexlohr, developer at @crabnebuladev and Solid.js ecosystem team member Solid.js is already...

Learn More 14 1Sep 10 '24

Does TypeScript fail at enums?

The concept of enumerables is quite simple: an item that can represent a finite number of different...

Learn More 54 52Jul 4 '24

💎 of solid-primitives, part 2: storage

Solid.js is already pretty powerful, but even so, there are things it cannot do out of the box....

Learn More 12 2Mar 26 '24

💎 of solid-primitives, part 1: context

Solid.js is already pretty powerful, but even so, there are things it cannot do out of the box....

Learn More 13 1Feb 5 '24

The zen of state in Solid.js

Cover image from https://www.pxfuel.com/en/free-photo-jsrnn Solid.js is a frontend framework that is...

Learn More 27 3Jan 24 '24

Deploy a solid-start app on github pages

Solid-start is the long awaited meta-framework for Solid.js. Since it entered its second beta after a...

Learn More 11 16Jan 11 '24

Using Solid Start with GitHub pages

⚠ Warning: the information in this article is outdated. There is a new version of solid-start that...

Learn More 29 21Feb 13 '23

Concepts behind modern frameworks

Many beginners ask "which framework should I learn?" and "How much JS or TS do I need to learn before...

Learn More 334 62Dec 19 '22

About criticism

Everybody is a critic. Every developer has both been on the receiving and the giving end of...

Learn More 135 55Jul 20 '22

Discuss: package sabotage

(image copyright by Ministry of Defense of Ukraine, shared on flickr under CC-AT-SA) Like any war,...

Learn More 26 34Mar 22 '22

Testing your Solid.js code in vitest

Some time has passed since I showed you how to test your Solid.js code with jest and uvu or tape, but...

Learn More 30 4Feb 22 '22

A new paradigm

I witnessed the rise of a new paradigm in the world of JS development that surprised me:...

Learn More 11 0Feb 20 '22

Testing Solid.js code beyond jest

So, you started writing an app or library in Solid.js and TypeScript - what an excellent choice -...

Learn More 45 4Oct 24 '21

Testing your Solid.js code with jest

So, you have started to write a nice app or library in Solid.js and TypeScript - good choice, by...

Learn More 35 7Oct 14 '21

Let's fix the negative framing of technical debt

Technical debt is usually compared to letting a kitchen become dirty or taking a risk, a pragmatic...

Learn More 9 4Jul 9 '21

Conditional hooks?

One thing you'll find out early adopting react is that you cannot have conditional hooks. This is bec...

Learn More 4 2May 19 '21

react hooks tripwires

image released to the public domain by The U.S. National Archives React hooks are simple and powerfu...

Learn More 12 0Apr 29 '21

Considering `??` vs `||`

The nullish coalescing operator ?? will result in the left expression unless that contains null or un...

Learn More 9 4Apr 22 '20

Optional booleans?

If you define APIs, you usually discuss names and types a lot. One of these discussions brought up th...

Learn More 8 10Jan 16 '20

Unit testing with Jest/TypeScript hands-on session

or: how to prepare a hands-on session I recently had a fun and instr...

Learn More 16 0Apr 29 '19

Feature toggles in the front-end - useful pattern or delivering dead code? #discuss!

Discussion on how feature toggles are a popular pattern in the backend, where the hidden code is not exposed to the user, but in the front-end, it may lead to unused code being delivered to the client

Learn More 16 8Oct 18 '17