Cover Image

Pagination With React Bootstrap

October 25, 2023 Galen 0

I’ve implemented pagination a few times now with React Bootstrap. Each time, it was more tedious and difficult than I imagined, especially compared to implementing […]

Cover Image

Using TypeScript With React

October 17, 2023 Galen 0

JavaScript is inherently a weakly typed programming language, meaning that when you declare a variable, you don’t have to specify its type. You can just […]