Skip to content
Logo Theodo

Articles from Elise RECEJAC

SolidJS for beginners: a story of virtual DOM and signals

Elise RECEJAC7 min read

A cheatsheet of React vs Solid

Signals are everywhere. After some years of React domination where signals were put aside, they are now back! A lot of rising frameworks use it (like Preact or Qwik), and even Angular integrated it in version 16. I would like…

Continue reading →

The React Testing Library Guide I Wish I Had

Elise RECEJAC7 min read

React Testing Library

I would like to share with you a great library I have found, which makes front-end tests fun to write! With this article, you will be able to write serenely your first tests with React Testing Library. To have a deeper…

Continue reading →