Skip to content

Commit 32c522a

Browse files
author
stevegalili
committed
Update Cookbook's Intro. sec. in docs
1 parent 8c6006a commit 32c522a

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

website/docs/12.x/cookbook/index.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Introduction
22

3-
This cookbook is intended to showcase best practices, tips & tricks, and ready-to-use recipes for using React Native Testing Library.
3+
Welcome to the **React Native Testing Library (RNTL) Cookbook**!
4+
This app is your go-to resource for learning how to effectively test React Native applications.
5+
It provides a collection of **best practices**, **ready-made recipes**, and **tips & tricks** to
6+
simplify and improve your testing workflow. Whether you’re a beginner just getting started or a
7+
seasoned developer looking to sharpen your
8+
skills, the Cookbook has something for everyone.
49

5-
We invite you to contribute your favorite recipes to the Cookbook. More info [here](https://github.com/callstack/react-native-testing-library/issues/1624).
10+
## What's Inside the Cookbook?
11+
12+
The Cookbook is currently organized into **three main chapters**:
13+
14+
- **Basic Recipes**: A great starting point, covering essential testing scenarios such as async
15+
operations and custom render functions.
16+
- **Advanced Recipes**: More complex scenarios like network requests and in the future, navigation
17+
testing and more.
18+
- **State Management Recipes**: Best practices for testing state management libraries
19+
20+
Each recipe includes a clear explanation along with a corresponding code example to help you get
21+
hands-on with testing. Checkout
22+
the [Cookbook App](https://github.com/callstack/react-native-testing-library/tree/main/examples/cookbook#rntl-cookbook) to see the
23+
recipes in action.
24+
25+
## What's Next?
26+
27+
Join the conversation
28+
on [GitHub](https://github.com/callstack/react-native-testing-library/issues/1624) here to discuss
29+
ideas, ask questions, or provide feedback.

0 commit comments

Comments
 (0)