react (4 articles)

Build a full-stack TypeScript app using tRPC and React

30.06.2023 - 28m read - typescript trpc react

In this post, I’ll show how to use tRPC to build a full-stack TypeScript app.


Substrate blockchain application with a custom React frontend

15.06.2022 - 29m read - rust blockchain substrate frontend react

In this post, I’ll show how to implement a custom React frontend for a Rust-based Substrate blockchain application.


A Writing Trainer written in TypeScript and React

25.02.2022 - 23m read - typescript javascript react writing

In this tutorial, we will create a basic Express backend and React frontend for a writing trainer using TypeScript.


Using Docker Multi-Stage Builds for SPAs

19.06.2017 - 3m read - docker build multi-stage react spa

Docker has a great new feature in 17.05 called Multi-Stage builds. This post shows a practical example for it using complex Single Page Applications