Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 06e50a8

Browse files
committed
πŸ“ (README.md) update READMEs
1 parent 32453dc commit 06e50a8

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
## Philosophy
1616

17-
This repo focuses on grouping pages by business conversion tunnels called **canals**. When navigating in Venice, you can not teleport yourself from the beginning of a canal to the end of it. You are forced to either go ahead or go back; and doing so you might discover another canal 😲. **When you use React Gondola**, you define several gondoliers and how each one of them is authorized to move accross its own canal.
17+
This repo focuses on grouping screens by business conversion tunnels called **canals**. Why did I call it `react-gondola`? Just because I though of this package when I was visiting Venice... and I kind of hope that using this package will feel like navigating in Venice πŸ“Έ
18+
19+
**When you use React Gondola**, you define several screens and you have the possibility to control their visibility with YOU're state machine. You define the rules of WHEN some screens should appear; `react-gondola` takes care of the rest.
1820

1921
## πŸ‘ TLDR; Use this package if:
2022

21-
- you want to group pages by **business** conversion tunnels rather than transition.
22-
- you want to control your navigation state with a **state machine**.
23-
- you want your navigation to **react** to your store changes.
23+
- you want to group screens by **business** conversion tunnels rather than transition.
24+
- you want to control your navigation state with YOUR **state machine**.
25+
- you want your navigation to **react** to YOUR store changes.
2426

2527
## πŸ‘Ž Do not use this repo if:
2628

β€Ždocs/Welcome.mdxβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ React Native declarative and reactive navigation.
99

1010
## Philosophy
1111

12-
This repo focuses on grouping pages by business conversion tunnels called **canals**. When navigating in Venice, you can not teleport yourself from the beginning of a canal to the end of it. You are forced to either go ahead or go back; and doing so you might discover another canal 😲. **When you use React Gondola**, you define several gondoliers and how each one of them is authorized to move accross its own canal.
12+
This repo focuses on grouping screens by business conversion tunnels called **canals**. Why did I call it `react-gondola`? Just because I though of this package when I was visiting Venice... and I kind of hope that using this package will feel like navigating in Venice πŸ“Έ
13+
14+
**When you use React Gondola**, you define several screens and you have the possibility to control their visibility with YOU're state machine. You define the rules of WHEN some screens should appear; `react-gondola` takes care of the rest.
1315

1416
## When to use this package
1517

1618
### πŸ‘ TLDR; Use this package if:
1719

18-
- you want to group pages by **business** conversion tunnels rather than transition.
19-
- you want to control your navigation state with a **state machine**.
20-
- you want you navigation to **react** to your store changes.
20+
- you want to group screens by **business** conversion tunnels rather than transition.
21+
- you want to control your navigation state with YOUR **state machine**.
22+
- you want your navigation to **react** to YOUR store changes.
2123

2224
### πŸ‘Ž Do not use this repo if:
2325

0 commit comments

Comments
Β (0)