Looking to set up Detox in your next React Native application? Here we have a guide to make your life easier!
Let’s walk through starting a React Native app with Expo, Typescript, ESLint, Prettier, Jest, and React Native Testing Library.
Running shell commands in Ruby, truly random numbers, fixing flaky tests, and how to get the most out of TypeScript.
A guide to adding Tailwind CSS to an Electron React project.
Styles are important. We should be thoughtful about how we organize them.
A strict type system doesn’t mean inflexible. We can bend it to meet our needs with the utilities that ship with TypeScript.
Chances are you’ve worked with the any
type in TypeScript. It’s widely overused, and subtly dangerous. Let’s explore why you should avoid it, and when you might truly need to use it.
When we inevitably make changes to our codebase, any help is appreciated, and a type system can be your best friend.
Learn how to imbue your vim setup with the power of the TypeScript language server.
Enums are perfect for modeling a set of options. Or are they?