TDDing a React Native responsive design library

Опубликовано: 02 Июнь 2026
на канале: CodingItWrong
635
16

In this video we take a proof-of-concept React Native responsive design library and we rebuild it with improvements to its API. We TDD it so that we can be sure we're handling all edge cases. As we go, we see that TDD starting from the simplest cases allows us to tackle one code design problem at a time. It also lets us defer refactoring until we have a better sense of the complete first version of the code, so we can see what the optimal structure is.

Completed PR: https://github.com/bignerdranch/BNR-r...