Tag: javascript

React App Embedded in Chicken Program

Written by Dominik Pantůček on 2025-05-22

reactchickenschemejavascript

Embedded platforms are ubiquitous, however they usually have limited resources. However a web interface is often useful for these systems. In this article we explore the possibility of embedding React app in statically-linked CHICKEN binary that can be deployed to such systems by simply copying it where it can be run as a system service.

...

Dark Mode Toggle In React App

Written by Lucie Zdeňková on 2025-03-27

reactjavascriptcss

A few weeks ago, we published implementation of darkmode for static website without any javascript part 1, and part 2. This week, we would like to show you, how this useful feature can be implemented in any React application. Good news is, that coding such feature in React is way easier and requires less code!

...
...