JFJoão Forjainjnforja.hashnode.dev·4d ago · 13 min readHow to Make Your App Look Good When You’re Not a DesignerI know what my app needs to do, but I don't know what it should look like. When we build a new app, we often know exactly what it needs to do. We know what information users need and which actions th00
JFJoão Forjainjnforja.hashnode.dev·Sep 19, 2021 · 7 min readHow to write fewer tests but find more bugs in your React componentsHow in general should I know what to test? Whenever we're deciding how to test a component, the main challenge is choosing which tests to write. That's because even a simple function like add(a: number, b: number) has a potentially infinite number o...03TKR