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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.