Taminoturoko Briggs Software developer and technical writer. Core languages include JavaScript and Python.

Stories by Taminoturoko Briggs

Persist State With Redux Persist Using Redux Toolkit In React

Persist state with Redux Persist using Redux Toolkit in React

Dev

With Redux Persist, developers can save the Redux store in persistent storage so even after refreshing the browser, the site state will be preserved.

Taminoturoko Briggs
Dec 7, 2023 ⋅ 12 min read
Integrating GraphQL Subscriptions in an Angular App

Integrating GraphQL subscriptions in an Angular app

Dev

Learn how to integrate GraphQL subscriptions in an Angular app to get real-time updates from a WebSocket server when events occur.

Taminoturoko Briggs
Aug 2, 2023 ⋅ 10 min read
Styling CSS Scrollbars Guide

Guide to styling CSS scrollbars

Dev

We explore a few different ways to style CSS scrollbars across different browsers, so you can customize the default scrollbar to better align with your brand or design.

Taminoturoko Briggs
Jun 7, 2023 ⋅ 3 min read
Tree Grid Component React

How to build a tree grid component in React

Dev

Explore a few tree grid libraries for React, including React Table, AG Grid, react-data-grid, and React Tree Grid.

Taminoturoko Briggs
May 1, 2023 ⋅ 6 min read
React Live Streaming 100ms

Building a React live streaming app with 100ms

Dev

100ms includes support for HLS for live streaming, which allows for scaling to millions of viewers, mainly due to its support by OSes and CDNs.

Taminoturoko Briggs
Mar 2, 2023 ⋅ 13 min read
React Toc Highlight

Create a table of contents with highlighting in React

Dev

A table of contents summarizes the page’s content, allowing users to quickly navigate through sections of the page by clicking on the desired heading.

Taminoturoko Briggs
Aug 3, 2022 ⋅ 6 min read
Upload Images React Firebase

Customize email templates when using Firebase in React

Dev

Generate custom email action links in Firebase to customize the verification and authentication emails automatically sent to users.

Taminoturoko Briggs
Mar 24, 2022 ⋅ 11 min read
React Logo Next to Firebase Logo

Build a CRUD application in React with Firebase Web SDK v9

Dev

In this tutorial, we’ll cover how to carry out CRUD operations in Firestore by building a task manager demo app.

Taminoturoko Briggs
Dec 22, 2021 ⋅ 9 min read
Refactor React App Firebase

Refactor a React app with the new Firebase v9.x Web SDK

Dev

The Firebase Web SDK v9.x has introduced breaking changes in methods for managing users and querying databases; refactor your React app to avoid throwing errors.

Taminoturoko Briggs
Nov 15, 2021 ⋅ 7 min read