Thursday, October 21, 2021

Test and Code: 167: React, TypeScript, and the Joy of Testing - Paul Everitt

Paul has a tutorial on testing and TDD with React and TypeScript.
We discuss workflow and the differences, similarities between testing with React/TypeScript and Python.
We also discuss what lessons that we can bring from front end testing to Python testing.

Special Guest: Paul Everitt.

Sponsored By:

Support Test & Code in Python

Links:

<p>Paul has a tutorial on testing and TDD with React and TypeScript. <br> We discuss workflow and the differences, similarities between testing with React/TypeScript and Python.<br> We also discuss what lessons that we can bring from front end testing to Python testing.</p><p>Special Guest: Paul Everitt.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2tzXV5e" rel="nofollow">Patreon Supporters</a>: <a href="https://ift.tt/2tzXV5e" rel="nofollow">Help support the show with as little as $1 per month and be the first to know when new episodes come out.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code in Python</a></p><p>Links:</p><ul><li><a href="https://ift.tt/3DQSU94" title="React, TypeScript, and TDD" rel="nofollow">React, TypeScript, and TDD</a> &mdash; Paul Everitt's tutorial</li><li><a href="https://ift.tt/3kCHhf4" title="React Testing Library" rel="nofollow">React Testing Library</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...