DEV Community

Discussion on: What was your win this week?

Collapse
 
nickytonline profile image
Nick Taylor

We're getting close to finishing the Preact upgrade for DEV. The Preact upgrade itself was simple, but the testing tools we use are not compatible with Preact 10.x. We've moved to preact-testing-library, the cousin of react-testing-library which is the recommended testing tool for React alongside jest.

We're almost finished migrating all the tests. So close! Hopefully early next week we'll get this merged and then we can start using new React features in Preact like fragments, hooks, context etc.