Our great sponsors
-
react-hooks-testing-library
🐏 Simple and complete React hooks testing utilities that encourage good testing practices.
Relocating functions to a custom hook makes them accessible for testing (plus you’re keeping business logic separate from the UI, in accordance with best practices). There’s even a library to help with testing custom hooks: react-hooks-testing-library.
-
Here’s an example of a custom hook with several related functions in my website code. Note that I don’t test this particular hook separately from the UI because it fits under this category in “When not to use the react-hooks library” : Your hook is easy to test by just testing the components using it.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Related posts
- Testing modern ReactJS Application: Unit Testing(Part 2)
- Writing useful custom React hooks with TypeScript and testing them with React Testing Library
- I’ve been struggling a lot learning Unit Testing, any general tip?
- A Quick Guide to Testing Custom React Hooks
- How to test React hooks ... by not testing react hooks