Ken Rimple

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

The Serverless Stack (SST) Platform

Serverless Stack (serverless-stack.com) is another rapid serverless application development platform for AWS. SST (as it is also known) promises to streamline development and allow local debug of AWS Lambdas. It uses the AWS CDK and a set of its own constructs and configuration settings to make building serverless applications easier, and provide a more helpful … Read More

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.

Simplify and standardize your Redux configuration with Redux Toolkit

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.