react

Turbopack benchmark numbers questioned by Vite creator, Evan You

In the most recent release of Next.js, an alpha of a rust-based build tool was made available in alpha as a preview. This tool, Turbopack, is written by a team that includes the Webpack founder, Tobias Koppers who recently joined Vercel. Turbopack build performance claims During a presentation by Turbopack engineer Maia Teegarden benchmarks were … Read More

Next.js 13 is released with a new powerful build system and layout engine

Next.js 13 is now available – big changes and a new build system Yesterday Vercel announced Next.js, the latest version of their server-powered React platform. Vercel has been innovating in the JavaScript application server space since their inception in 2013. We had a talk on Next.js in 2017 at Philly ETE from the founder, Guillermo … Read More

TechChat Tuesdays #46: Dev News and Kotlin Deep Dive

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

TechChat Tuesdays #45: How do we learn new things?

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.

Migrating from Enzyme to React Testing Library

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.