Bristol Meetups

Rachel Davies - Hidden Benefits of Unit Tests & Wyc Slingsby - Storybook

Rachel Davies - Hidden Benefits of Unit Tests

Unit tests provide a quick way for us to confirm our code is working as we expect but many developers remain unconvinced whether it's worth investing time writing unit tests especially in front-end projects. Once we have implemented a working solution, there's often pressure to move on to adding more crowd-pleasing features rather than trying to wrap our code with tests. However, the benefit of writing unit tests is not limited to automated checking our code still works. In this talk, I'll share some less obvious benefits for investing time writing unit tests with some examples drawn from a recent project using GraphQL.

Wyc Slingsby - Storybook and React Native

Storybook is a popular tool for the development of UI components in many of the leading web frameworks including React, Vue and Angular. It provides a convenient environment for developing components in isolation from the main app, making the testing of hard-to-reach edge cases easier. Storybook also supports React Native, bringing the same advantages to mobile developers. In this talk I'll look at how we have used Storybook in the development of a new React Native app, sharing some of the key things we have learned along the way. We will also look at how the structural testing of React Native UI components can be automated using Storybook and Jest snapshots, providing an additional option for static front-end testing.