Snapshot Testing with Jest in React: What Is It For?

Since version 14.0, Jest comes with a new Snapshot feature. There is a blog post announcing the feature that also explains the reasons why… Read more

Similar

Algebraic Effects for React Developers

It’s in words that the magic is—Abracadabra, Open Sesame, and the rest—but the magic words in one story aren’t magical in the next. The real magic is to understand which words work, and when, and for what; the trick is to learn the trick. (more…)

Read more »

Display:none in React Native

Summary: This diff adds display:none support to React Native. This enables hiding components which still calling their render method and keeping them within the state of your application. This enab... (more…)

Read more »