React Native Status
512 subscribers
11 photos
167 links
Sharing weekly news & articles about:
βš›οΈ React Native, React.js
🐍 TypeScript, JavaScript
πŸ›  Libraries, Tools
Take a seat and enjoy your stay! 😊
Download Telegram
Ever wondered πŸ€” what are the principles React native team believe in? πŸ‘¨β€πŸ’»

🀩 Here's a 5 min. beautiful article πŸ“ by Eli White who is the Engineer manager at React native team explains what are the principles that Team focus on.

https://reactnative.dev/blog/2020/07/17/React-native-principles
"2022 is going to be the year of the New Architecture in open source" πŸ‘©β€πŸ’»

The React Native team πŸ™Œ has announced that the new architecture will be rolled out in πŸ—“ 2022 so in today's post Atharva Patil shared 7 min read that will cover the most important changes by React Native team.

Happy reading and feel free to share your take in the comments on what you think about the article.

https://bit.ly/reactnativearchitecture
Do you know that React Native ecosystem brings the JavaScript dependency hell into the mobile application world? 😳

In today's post, Anastasiia Voitova and Julia Potapenko wrote a beautiful blog πŸ™Œ: Security of React Native libraries: the bad, the worse, and the ugly.

It is all about security challenges in React Native apps from an app πŸ“± architecture perspective.

Happy Reading 😊!

https://www.cossacklabs.com/blog/react-native-libraries-security/
❀3
React Native Status pinned Β«Do you know that React Native ecosystem brings the JavaScript dependency hell into the mobile application world? 😳 In today's post, Anastasiia Voitova and Julia Potapenko wrote a beautiful blog πŸ™Œ: Security of React Native libraries: the bad, the worse, and…»
All of us have encountered issues while building apps in React Native... 😭

In this article, Dan Neciu shares his experience on how he managed to solve πŸ˜‡ some of this common React Native issues.

Happy Reading πŸ“– and have a good day ahead😊!

https://betterprogramming.pub/5-tips-to-solve-common-pitfalls-with-react-native-fcf66772b4b7
"Good performance is crucial for any appπŸ“± or product."

Let’s dive deep into this articleπŸ“ by MIKE GRABOWSKI to learn about performance improvements and best practices while developing React Native apps!

Happy Reading πŸ“– and have a good day ahead! 😊

https://www.callstack.com/blog/the-ultimate-guide-to-react-native-optimization
πŸ‘2
πŸ‘‹ Beautiful people, let's get to know each other better. I am curious which technology are you using?
Final Results
29%
React Native Expo
65%
React Native CLI
6%
Other ( Leave in the comment )
"React Native 0.68.0 marks a crucial milestoneπŸ† in the New Architecture Rollout as it’s the first version to include an opt-in switch in the new app template."

To understand what does this mean, read this 7-min article πŸ‘¨β€πŸ« by Nicola Corti where he talks about the new official RN template, the dedicated working group, and many more interesting things!

Happy Reading πŸ“– and don't forget to fill the form to join the conversation πŸ™Œ

https://bit.ly/ReactNativeUpdate
πŸ“’ Announcement: React Native published 0.68.0-rc.3 and will be promoting it from next week.

As a reminder😊, this is the first version to support new architecture opt-in and also Includes improvements to the new architecture set up on πŸ“± Android and iOS, as well as dependency fixes for maccatalyst.

Please Check the release notes for instructions.

Have a good day ahead! 🌻

https://github.com/facebook/react-native/releases/tag/v0.68.0-rc.3
πŸ‘2
"IMPROVING PERFORMANCE IS A WAY WE, AS DEVS, CAN FIGHT AGAINST CLIMATE CHANGE"

Do we have any tool to measure the performance of mobile apps such as google lighthouse for the web?

In this 15-min πŸ“– article, Alexandre Moureaux talks about the flipper plugin that can be used to measure the performance of React nativeπŸ“±apps.

Happy 😊 Reading!

https://bit.ly/ReactnativePerformance
πŸ“’ Announcement: React Native released 0.68, supporting the new React Native Architecture!

To remind πŸ“‘ you all, React Native 0.68 is the first version with opt-in support for the Fabric Renderer and the TurboModule system.

There are a lot of other changes and fixes landed in this release. Read this πŸ•” 4 min read by Lorenzo Sciandra and Andrei Shikov on all the Breaking changes and version bumps.

Happy Reading and hope you enjoy this new release!

https://reactnative.dev/blog/2022/03/30/version-068
πŸ”₯4
React 18 πŸ’» is now available on npm!

React Team explains how React 18 fits into their mission to make it easy for developers πŸ§‘β€πŸ’» to build great user experiences.

The team πŸ§‘β€πŸ’Ό has spent years researching and developing support for concurrency in React. In this release they made tremendous progress in that direction!

HAPPY READING! 😊

https://reactjs.org/blog/2022/03/29/react-v18.html
React Native Status pinned Β«πŸ“’ Announcement: React Native released 0.68, supporting the new React Native Architecture! To remind πŸ“‘ you all, React Native 0.68 is the first version with opt-in support for the Fabric Renderer and the TurboModule system. There are a lot of other changes…»
Amazon Kindle is transitioning to React Native

This step is taken to make it easier for software developersπŸ§‘β€πŸ’» to use their skills to continue to develop the Kindle platform πŸ“±further and more efficiently.

It’s also worth noting that more changes are likely coming to Kindles soon, as there are more references to additional UI changes in the code for the 5.14.2 update.

Happy Reading! 😊

https://goodereader.com/blog/electronic-readers/amazon-kindle-ui-is-switching-from-javascript-to-react-native
πŸ‘3
Learn about JSI - the core element in the re-architecture of React Native

React Native JSI (Javascript Interface) is the new layer that helps communication between Javascript and Native Platforms easier and faster. JSI is opening doors to new possibilities by bringing the javascript and the native worlds πŸ“±closer.

In this 11 min article, πŸ‘±β€β™‚ Zafer Ayan beautifully describes React Native JSI and explains its importance to us.

Happy READING! 😊

https://engineering.teknasyon.com/deep-dive-into-react-native-jsi-5fbad4ea8f06
πŸ‘1
Why React Native is important? πŸ€”

Developers are creating 😌 better-feeling app πŸ“± experiences with React Native that are more consistent across the rest of the platforms.

Tom Occhino very beautifully explains how React Native achieves this and how it is bringing modern web techniques to mobile.

Happy Reading! 😊

https://engineering.fb.com/2015/03/26/android/react-native-bringing-modern-web-techniques-to-mobile/
πŸ‘4
ListView grid in React Native πŸ“±

GridView can be used when we have to make a View Group that displays items in a two-dimensional and scrollable grid.

And Andrei Calazans beautifully explains in this article πŸ“ the GridView, a component for React Native πŸ’» that can render a list of items and group the items by the crossAxisCount.

Happy Reading! 😊

https://andrei-calazans.com/posts/2021-07-30/grid-view-for-react-native
πŸ‘3
Expo SDK 45 Released! πŸŽ‰

⚑Highlights:

😊 SDK 45 includes React Native 0.68.1

πŸ†• Updated UI for Expo Go, More runtime version validation

❗ SDK 45 beta is not yet available on Snack or classic builds

πŸ“₯ You can easily try SDK 45 beta by setting the EXPO_BETA environment variable to 1 (or some truthy value).

βš›οΈ This React Native release is the first with support for the New Architecture.

Read the full article below πŸ‘‡

https://blog.expo.dev/expo-sdk-45-beta-is-now-available-88507051f6d2
πŸ‘2