Tagged #react

19 articles tagged with React.

Photo by Markus Winkler: https://www.pexels.com/photo/scrabble-letters-spelling-the-word-update-on-a-white-table-1852416
Oct 7, 2025 5 min

From Stimulus to another framework in a Ruby on Rails App

What if a Ruby on Rails application built using Stimulus.js needs to have more complex interactions, as well as a degree of compartmentalization and reusability for specific behaviors and displays?

HM Henrique M Rodrigues
Photo by Antonio Batinić: https://www.pexels.com/photo/black-screen-with-code-4164418/
Feb 27, 2025 11 min

Code Splitting a React SPA in Rails

Most Single Page Applications (SPA) that we create using the React.js library start simple, but, over time, they tend to increase in complexity, as we add more and more components with different…

HM Henrique M Rodrigues
Photo by Lindsay Henwood on Unsplash
Feb 3, 2025 6 min

Persisting a Multi-Step Form Using useReducer and react-hooks-form

Imagine you’re building a complex multi-step form for your web application. However, after tweaking the user interface (UI) or adjusting validations, you save, reload, and lose all the progress,…

JC Jorge Carvalho
Generated by DALL-E
Nov 13, 2024 10 min

Implementing WebSockets in Ruby on Rails with Action Cable

Modern web applications increasingly demand real-time features, whether it’s for live chat, notifications, or collaborative editing.

JB João Borrego
Good practices for communicating between your Rails and React apps
Jul 22, 2024 15 min

Good practices for communicating between your Rails and React apps

Among the many ways to create Single Page Apps ( SPAs ), one of them usually involves developing a back-end API to provide data and a front-end app that can consume said data and show it to the user.

MG Marcos Germano
GitLab CI\CD concerns for a Ruby on Rails API and React Frontend in subfolders same repo
Nov 23, 2023 5 min

GitLab CI\CD concerns for a Ruby on Rails API and React Frontend in subfolders same repo

The goal of this blog post is to quickly show how can you define your GitLab steps if your Ruby on Rails application is inside of a subfolder and not accessible from the root of a repository.

FM Filipe Martins
Bitbucket Pipelines CI\CD concerns for a Ruby on Rails API and React Frontend in subfolders same repo
Nov 16, 2023 5 min

Bitbucket Pipelines CI\CD concerns for a Ruby on Rails API and React Frontend in subfolders same repo

The goal of this blog post is to quickly show how can you define your Bitbucket Pipelines if your Ruby on Rails application is inside of a subfolder and not accessible from the root of a repository.

FM Filipe Martins
GitHub Actions CI\CD concerns for a Ruby on Rails API and React Frontend in subfolders same repo
Nov 9, 2023 6 min

GitHub Actions CI\CD concerns for a Ruby on Rails API and React Frontend in subfolders same repo

The goal of this blog post is to quickly show how can you define your Github Actions if your Ruby on Rails application is inside of a subfolder and not accessible from the root of a repository.

FM Filipe Martins
React Google Chrome Extension for beginners
Sep 14, 2023 10 min

React Google Chrome Extension for beginners (or not!) — Part I

React is a popular javascript library, presenting several technical advantages .

AM Ana Margarida Sousa
Setting up a React components library in TypeScript with CSS Modules
Apr 17, 2023 9 min

Setting up a React components library in TypeScript with CSS Modules

By now you’ve most likely heard of frameworks such as Bootstrap , Material-UI or Tailwind CSS , among many others. These frameworks are usually easy to use, and offer some of the most accessible…

MG Marcos Germano
Rock formation in the sea
Dec 31, 2019 7 min

Project idea from the bottom of a drawer

You know that promise you make to yourself every so often about building that project you came up with years ago? Everyone owns a virtual drawer filled with ideas for amazing projects.

GC Guilherme Cabral
Photo by Stephan Henning on Unsplash
Nov 20, 2018 6 min

React - Passing data between components… with Pokemon as an example!

Passing data between react components can be simple, but in some occasions, it can be very tricky. While from parent to child, and vice-versa , can be a straightforward process, you’ll need to use…

JC João Chitas
React Tests — Component Tests, Async Action Tests, and Reducer Tests
Nov 6, 2018 8 min

React Tests — Component Tests, Async Action Tests, and Reducer Tests

Since I started developing I have always heard about testing my applications, but we would never spend much time on it. This started in college where there were some classes that gave an idea of what…

TG Tiago Gomes
Photo by Jeremy Bishop on Unsplash
Oct 11, 2018 6 min

Implementing Conway’s Game of Life With React — Part 2

In part 1 of implementing Conway’s Game of Life, we learned about React and one of the things it can be used for. We also learned what Conway’s Game of Life is, along with its rules.

MF Miguel Furtado
Photo by Anton Darius | @theSollers on Unsplash
Sep 12, 2018 6 min

Implementing Conway’s Game of Life With React — Part 1

R eact is an open-source javascript library used to build user interfaces. Since its release, React has become more and more popular.

MF Miguel Furtado
A Simple Real Time Chat with Django Channels and React
Jun 28, 2018 4 min

A Simple Real Time Chat with Django Channels and React

In this article I will talk about developing a real time chat. You can check the chat working in this video .

RD Rúben Dinis
Photo by Émile Perron on Unsplash
May 3, 2018 5 min

Everything Redux — Part 1

This series of posts aims to show how redux works and the different possibilities that it can bring to your application.

FL Francisco Leal
Bringing Rails, webpack, react and camaleon-cms together
Apr 26, 2018 8 min

Bringing Rails, webpack, react and camaleon-cms together

TL;DR A Github repo is available as a template to get started with Rails, camaleon-cms, webpack(er) and react. Stick around to see some tips and tricks on how we made everything run smoothly.

HB Hugo Bento
Introduction to React — where to start?
Mar 22, 2018 3 min

Introduction to React — where to start?

Five months ago, I finished my degree and I had never dived into front-end development. So when I first started working and they offered me the chance to work with front-end I eagerly accepted.

TG Tiago Gomes