You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>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 will support Hooks in the next stable release.
34
+
>React 16.8.0 がフックをサポートする最初のバージョンです。アップグレードの際は、React DOM を含むすべてのパッケージの更新を忘れないようにしてください。React Native は次の安定リリースでフックをサポートします。
42
35
43
-
## Video Introduction
44
-
>>>>>>> 98c1d22fbef2638cafb03b07e0eabe2a6186fca8
36
+
## ビデオによる紹介
45
37
46
38
React Conf 2018 にて Sophie Alpert と Dan Abramov がフックについての発表を行い、続いて Ryan Florence がアプリケーションでフックを使うようにリファクタリングする方法についてのデモを行いました。ビデオは以下で見ることができます:
47
39
@@ -53,15 +45,9 @@ React Conf 2018 にて Sophie Alpert と Dan Abramov がフックについての
***Completely opt-in.** You can try Hooks in a few components without rewriting any existing code. But you don't have to learn or use Hooks right now if you don't want to.
62
-
***100% backwards-compatible.** Hooks don't contain any breaking changes.
63
-
***Available now.** Hooks are now available with the release of v16.8.0.
0 commit comments