Browse Source

Updated React and React Native links (#2824)

* DOC: Updated the React Native Home URL

* Blog: Updated the React URL Link

* Relative link added
main
Vishal Jagtap 5 years ago
committed by GitHub
parent
commit
be17215d86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2015-03-26-introducing-react-native.md
  2. 2
      content/blog/2015-05-01-graphql-introduction.md
  3. 2
      content/blog/2018-11-13-react-conf-recap.md
  4. 2
      content/blog/2019-08-08-react-v16.9.0.md
  5. 2
      content/docs/codebase-overview.md
  6. 2
      content/docs/design-principles.md
  7. 2
      content/docs/hooks-faq.md
  8. 2
      content/docs/hooks-intro.md
  9. 2
      content/footerNav.yml
  10. 2
      content/home/marketing/learn-once-write-anywhere.md

2
content/blog/2015-03-26-introducing-react-native.md

@ -13,4 +13,4 @@ For more details, see [Tom Occhino's post on the Facebook Engineering blog](http
> >
> *It's worth noting that we're not chasing “write once, run anywhere.” Different platforms have different looks, feels, and capabilities, and as such, we should still be developing discrete apps for each platform, but the same set of engineers should be able to build applications for whatever platform they choose, without needing to learn a fundamentally different set of technologies for each. We call this approach “learn once, write anywhere.”* > *It's worth noting that we're not chasing “write once, run anywhere.” Different platforms have different looks, feels, and capabilities, and as such, we should still be developing discrete apps for each platform, but the same set of engineers should be able to build applications for whatever platform they choose, without needing to learn a fundamentally different set of technologies for each. We call this approach “learn once, write anywhere.”*
To learn more, visit the [React Native website](https://facebook.github.io/react-native/). To learn more, visit the [React Native website](https://reactnative.dev/).

2
content/blog/2015-05-01-graphql-introduction.md

@ -3,7 +3,7 @@ title: "GraphQL Introduction"
author: [schrockn] author: [schrockn]
--- ---
At the React.js conference in late January 2015, we revealed our next major technology in the React family: [Relay](http://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html). At the React.js conference in late January 2015, we revealed our next major technology in the React family: [Relay](/blog/2015/02/20/introducing-relay-and-graphql.html).
Relay is a new way of structuring client applications that co-locates data-fetching requirements and React components. Instead of placing data fetching logic in some other part of the client application – or embedding this logic in a custom endpoint on the server – we instead co-locate a *declarative* data-fetching specification alongside the React component. The language of this declarative specification is GraphQL. Relay is a new way of structuring client applications that co-locates data-fetching requirements and React components. Instead of placing data fetching logic in some other part of the client application – or embedding this logic in a custom endpoint on the server – we instead co-locate a *declarative* data-fetching specification alongside the React component. The language of this declarative specification is GraphQL.

2
content/blog/2018-11-13-react-conf-recap.md

@ -21,6 +21,6 @@ On the morning of Day 2, Andrew Clark and Brian Vaughn presented Concurrent Rend
<iframe width="560" height="315" src="https://www.youtube.com/embed/UcqRXTriUVI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/UcqRXTriUVI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
In the afternoon, Parashuram N spoke in detail about React Native’s New Architecture, a long-term project that the React Native team has been working on over the past year and [announced in June](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018). We’re really excited about the potential of this project to improve performance, simplify interoperability with other libraries, and set a strong foundation for the future of React Native. In the afternoon, Parashuram N spoke in detail about React Native’s New Architecture, a long-term project that the React Native team has been working on over the past year and [announced in June](https://reactnative.dev/blog/2018/06/14/state-of-react-native-2018). We’re really excited about the potential of this project to improve performance, simplify interoperability with other libraries, and set a strong foundation for the future of React Native.
Now that the conference is over, all 28 conference talks are [available to stream online](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ). There are tons of great ones from both days. We can’t wait until next year! Now that the conference is over, all 28 conference talks are [available to stream online](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ). There are tons of great ones from both days. We can’t wait until next year!

2
content/blog/2019-08-08-react-v16.9.0.md

@ -149,7 +149,7 @@ These estimates were too optimistic, and we've needed to adjust them.
**tldr:** We shipped Hooks on time, but we're regrouping Concurrent Mode and Suspense for Data Fetching into a single release that we intend to release later this year. **tldr:** We shipped Hooks on time, but we're regrouping Concurrent Mode and Suspense for Data Fetching into a single release that we intend to release later this year.
In February, we [shipped a stable 16.8 release](/blog/2019/02/06/react-v16.8.0.html) including React Hooks, with React Native support coming [a month later](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059). However, we underestimated the follow-up work for this release, including the lint rules, developer tools, examples, and more documentation. This shifted the timeline by a few months. In February, we [shipped a stable 16.8 release](/blog/2019/02/06/react-v16.8.0.html) including React Hooks, with React Native support coming [a month later](https://reactnative.dev/blog/2019/03/12/releasing-react-native-059). However, we underestimated the follow-up work for this release, including the lint rules, developer tools, examples, and more documentation. This shifted the timeline by a few months.
Now that React Hooks are rolled out, the work on Concurrent Mode and Suspense for Data Fetching is in full swing. The [new Facebook website that's currently in active development](https://twitter.com/facebook/status/1123322299418124289) is built on top of these features. Testing them with real code helped discover and address many issues before they can affect the open source users. Some of these fixes involved an internal redesign of these features, which has also caused the timeline to slip. Now that React Hooks are rolled out, the work on Concurrent Mode and Suspense for Data Fetching is in full swing. The [new Facebook website that's currently in active development](https://twitter.com/facebook/status/1123322299418124289) is built on top of these features. Testing them with real code helped discover and address many issues before they can affect the open source users. Some of these fixes involved an internal redesign of these features, which has also caused the timeline to slip.

2
content/docs/codebase-overview.md

@ -165,7 +165,7 @@ The code for React core is located in [`packages/react`](https://github.com/face
### Renderers {#renderers} ### Renderers {#renderers}
React was originally created for the DOM but it was later adapted to also support native platforms with [React Native](https://facebook.github.io/react-native/). This introduced the concept of "renderers" to React internals. React was originally created for the DOM but it was later adapted to also support native platforms with [React Native](https://reactnative.dev/). This introduced the concept of "renderers" to React internals.
**Renderers manage how a React tree turns into the underlying platform calls.** **Renderers manage how a React tree turns into the underlying platform calls.**

2
content/docs/design-principles.md

@ -126,7 +126,7 @@ We do, however, provide some global configuration on the build level. For exampl
### Beyond the DOM {#beyond-the-dom} ### Beyond the DOM {#beyond-the-dom}
We see the value of React in the way it allows us to write components that have fewer bugs and compose together well. DOM is the original rendering target for React but [React Native](https://facebook.github.io/react-native/) is just as important both to Facebook and the community. We see the value of React in the way it allows us to write components that have fewer bugs and compose together well. DOM is the original rendering target for React but [React Native](https://reactnative.dev/) is just as important both to Facebook and the community.
Being renderer-agnostic is an important design constraint of React. It adds some overhead in the internal representations. On the other hand, any improvements to the core translate across platforms. Being renderer-agnostic is an important design constraint of React. It adds some overhead in the internal representations. On the other hand, any improvements to the core translate across platforms.

2
content/docs/hooks-faq.md

@ -71,7 +71,7 @@ Starting with 16.8.0, React includes a stable implementation of React Hooks for:
Note that **to enable Hooks, all React packages need to be 16.8.0 or higher**. Hooks won't work if you forget to update, for example, React DOM. Note that **to enable Hooks, all React packages need to be 16.8.0 or higher**. Hooks won't work if you forget to update, for example, React DOM.
[React Native 0.59](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059) and above support Hooks. [React Native 0.59](https://reactnative.dev/blog/2019/03/12/releasing-react-native-059) and above support Hooks.
### Do I need to rewrite all my class components? {#do-i-need-to-rewrite-all-my-class-components} ### Do I need to rewrite all my class components? {#do-i-need-to-rewrite-all-my-class-components}

2
content/docs/hooks-intro.md

@ -32,7 +32,7 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa
>Note >Note
> >
>React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM. >React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM.
>React Native supports Hooks since [the 0.59 release of React Native](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059). >React Native supports Hooks since [the 0.59 release of React Native](https://reactnative.dev/blog/2019/03/12/releasing-react-native-059).
## Video Introduction {#video-introduction} ## Video Introduction {#video-introduction}

2
content/footerNav.yml

@ -14,7 +14,7 @@ more:
- title: Acknowledgements - title: Acknowledgements
to: /acknowledgements.html to: /acknowledgements.html
- title: React Native - title: React Native
to: https://facebook.github.io/react-native/ to: https://reactnative.dev/
external: true external: true
channels: channels:

2
content/home/marketing/learn-once-write-anywhere.md

@ -5,4 +5,4 @@ order: 2
We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code.
React can also render on the server using Node and power mobile apps using [React Native](https://facebook.github.io/react-native/). React can also render on the server using Node and power mobile apps using [React Native](https://reactnative.dev/).

Loading…
Cancel
Save