Next.js, Remix.run and Accelerating React Performance by Ken Rimple
In this talk, Ken Rimple will discuss the issues caused by working with SPAs, and how Next.js and Remix.run attempt to address them.
In this talk, Ken Rimple will discuss the issues caused by working with SPAs, and how Next.js and Remix.run attempt to address them.
Podcast: Play in new window | Download (Duration: 1:19:37 — 72.9MB) | Embed
This week, Ken Rimple and Sujan Kapadia cover various stories from the world of Dev News – before dedicating the rest of the show to a deep dive on Kotlin. They also answer a few questions from viewers! Host Notes ETE is back for 2022! We’re virtual again this year, but don’t miss another great … Read More
Podcast: Play in new window | Download (Duration: 57:33 — 52.7MB) | Embed
As developers and engineers, how do we learn new things? On today’s livestream, hosts Ken Rimple and Sujan Kapadia delve into some of their personal processes around learning new tech, and offer techniques and tools for staying curious and relevant.
React developers who tested their components using the Enzyme
library in the past have been migrating over to the react-testing-library
lately. Find out how you can migrate and take advantage of the various features it offers.
In this post I take a look at SWR, a data fetching API from Vercel. This API can automatically refresh, cache data, and handle pagination. It has special integrations with Next.js. A github sample repo is available.
Podcast: Play in new window | Download (Duration: 1:30:50 — 83.2MB) | Embed
Hosts Ken Rimple and Sujan Kapadia are back with dev news and an interview with Kent C. Dodds, the Director of Developer Experience at Remix.
The Redux team has developed a toolkit to simplify and standardize some of the techniques used to roll out a Redux-based solution. Known as the Redux Toolkit, it implements some design patterns that can help you write less code and organize it effectively. Read on to find out how it can streamline the configuration of your Redux application.
Part 2 of our series on React with functional components and hooks. Ken will discuss how to use hooks to process forms, and use References.
Are you a React developer who is learning Functional React programming for the first time? Start here.
Next.js is a framework for serving React-based single-page applications. In this article, I'll show you why people are using it as a way to accelerate the speed of launching React applications, improve search indexing, and pre-rendering of static content.