|
1 | 1 | ============================
|
2 | 2 | SwiftUI for React Developers
|
3 | 3 | ============================
|
4 | | -This is a cheat sheet that help you React developers to quickly start with SwiftUI. |
| 4 | +This is a cheat sheet that helps you React developers to quickly start with SwiftUI. |
5 | 5 |
|
6 | | -.. note:: I assume that you are familiar with React Hooks. For transformation from **Class Components** to **Hooks**, I highly recommend you to visit `Thinking in React Hooks`_, which is a great visualized explanation. |
| 6 | +.. note:: I assume that you are familiar with React Hooks. For the transformation from **Class Components** to **Hooks**, I highly recommend you to visit `Thinking in React Hooks`_, which is a great visualized explanation. |
7 | 7 |
|
8 | 8 | .. contents:: :local:
|
9 | 9 |
|
@@ -583,4 +583,4 @@ the view is not unmounted, the state will be kept.
|
583 | 583 | .. References:
|
584 | 584 |
|
585 | 585 | .. _`Thinking in React Hooks`: https://wattenberger.com/blog/react-hooks
|
586 | | -.. _`[SE-0258] Property Wrappers`: https://github.com/apple/swift-evolution/blob/master/proposals/0258-property-wrappers.md |
| 586 | +.. _`[SE-0258] Property Wrappers`: https://github.com/apple/swift-evolution/blob/master/proposals/0258-property-wrappers.md |
0 commit comments