News

React Native 0.59 RC0 is now out with React Hooks, and more

1 min read

Last week, Dan Abramov, one of the React developers, while announcing the release of React 16.8, shared that React Native 0.59 will be released with Hooks. The team was waiting for Hooks to land in React’s stable version before they support it in the next release of React Native. Today, they have released React Native 0.59 RC0, which along with React Hooks, ships with extracted React Native CLI, major QoL improvements, and more.

Here are some of the major changes this version will come with:

  • As mentioned earlier, React Native 0.59 will come with React Hooks. This feature allows you to “hook into” or use React state and other lifecycle features via function components.
  • The React Native GitHub repo was quite big, and that is why the team decided to move some of the components to separate repos. As a result, the React Native CLI now has separate repository. The team has also removed WebView from the React Native code. Now developers need to use its extracted version.
  • Though the team has not shared which exact components will be deprecated in the release notes, this version will surely deprecate quite a few components.
  • Along with these changes, many QoL improvements have been made on the native Android side such as 64 bits support via a new JSC, AppCompatActivity, etc.

As this is not a stable release, developers are recommended not to upgrade to React Native 0.59 unless they want to collaborate in testing.

To know more in detail, check out React Native’s release notes.

Read Next

The React Native team shares their open source roadmap, React Suite hits 3.4.0

React Native 0.57 released with major improvements in accessibility APIs, WKWebView-backed implementation, and more!

JavaScript mobile frameworks comparison: React Native vs Ionic vs NativeScript

Bhagyashree R

Share
Published by
Bhagyashree R

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago