Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updating getting-started.md
updating old React docs links with new ones
  • Loading branch information
hash527 authored Mar 31, 2023
commit afe84baad186cf7128e60d102695da51ce42c92e
6 changes: 3 additions & 3 deletions versioned_docs/version-6.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ If you're already familiar with JavaScript, React and React Native, then you'll
Here are some resources to help you out:

1. [React Native Express](https://www.reactnative.express) (Sections 1 to 4)
2. [Main Concepts of React](https://reactjs.org/docs/hello-world.html)
3. [React Hooks](https://reactjs.org/docs/hooks-intro.html)
4. [React Context](https://reactjs.org/docs/context.html) (Advanced)
2. [Main Concepts of React](https://react.dev/learn)
3. [React Hooks](https://react.dev/reference/react)
4. [React Context](https://react.dev/learn/passing-data-deeply-with-context) (Advanced)

## Minimum requirements

Expand Down