Today we're going to set up i18next with React and use i18nexus to manage our translations. Not only that, we're going to set up our app to be automatically ... (more…)
Read more »
JavaScript chapter of the 2020 Web Almanac covering how much JavaScript we use on the web, compression, libraries and frameworks, loading, and source maps. (more…)
Read more »
I've been writing React applications for a few years now, and I've noticed that some patterns tend to repeat themselves. In this post, I'll review these patterns which will summarize about 99% of the React code I write every day. (more…)
Read more »
Pagination comes in many different flavors depending on the desired user experience and the shape of the underlying API. GraphQL APIs such… (more…)
Read more »