Tag: javascript

Setting Up a React App with Vite: Step-by-Step Guide

Written by Lucie Zdeňková on 2025-10-09

reactjavascript

In this post, we'll take a detailed look at how to set up a React application using the Vite build tool. We'll also go through the installation of essential libraries that we typically use for developing frontend applications.

...

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!

...
...