The Latest In React & React Native

Oct 8, 2020

The Latest In React & React Native

React Hooks, React Navigation 5.0 and more, as discussed in the recent Group Discussion @ GeekyAnts

Author

Digvijay Wanchoo
Digvijay WanchooMarketing & Communication Manager

There are always new things coming up in React & React Native everyday. With such a huge community backing them and the amount of development and effort being poured into these technologies, they are constantly evolving into a better version of themselves.

Our geeks came together on an online meeting to discuss the newest in the world of React & React Native and what theyโ€™re doing in their own projects. The following is a short summary of the discussion:

Revisiting React Hooks:

It has been more than 1 year since React Hooks was unveiled and an year later, it appears to be no longer omittable in any form. More APIs are being upgraded to support Hooks, like React Navigation etc. and as much as it came across as a big change, it is on its way to becoming a norm.. 

One of the newest packages out there for React is SWR (stale-while-revalidate) by Vercel, the creators of Next JS. It is simply a caching service in React. You can make fetch calls and cache them too. In every situation where using any State Management, duplicating APIs, writing scripts for caching etc. finds its way into a project, SWR holds responses as key values and these key values act as identifiers for different APIs and refreshes on its own.

The connect method is still the go to method to get data from Redux but Hooks has added on to that. Still, the connect method does away with the problems that are faced when dealing with stale states in Hooks and is still the primary choice of method for fetching data, or as our geeks say.

React Spring has decent hooks for animations. There are some hooks for server-side rendering as well which are very good, so moving from HOC to Hooks completely in the coming times wonโ€™t be such a bad idea.

React Navigation:

React Navigation has got a pretty big upgrade. It has been rebuilt completely using Hooks.

React Navigation 4.0 was more like a configuration where it required to be provided a JSON structure, which defined structure for our side tabs, stacks etc. React Navigation 5.0 is a lot better because it accepts structure declaration in JSX, which has made the learning curve quite smooth as compared to its predecessor. Handling authentications is super easy in React Navigation 5.0. It works by conditionally rendering screens. Even the docs are very clear and simple to understand. Maintaining structures between screens and tree structures is easier in React Navigation 5.0 and it supports React completely, though through a different package.

The Move To Typescript:

Typescript has become pretty much a staple these days. Typescript makes it super easy to handle and maintain scaled projects by checking variables passed and providing a proper documentation for function syntax etc. Facebook has recently stopped using Flow and is now pushing Typescript in React more, which has led to less fragmentation in the developer society and streamlined things. Typescript 4.0 does not have any breaking changes, so it is easy to upgrade to it from Typescript 3.

Push Notifications:

One Signal is a free push notification service for React that can be used to send notifications and in-app messages. Firebase cloud messaging is far cleaner and simpler than One Signal and handles notifications better. Keep in mind that FCM prioritizes delivering messages over showing them, so itโ€™s recommended to use some third-party services like Notifee or RN Notification community package to handle them better. FCM also requires quite some involvement in setting a lot of parameters on Server Side for APNS and notification payload.

UI Libraries:

Chakra UI is impressive. It uses Style System, which is a general guideline on how to build UI Libraries, and Emotion. It is a Low level design system which does not need absolute values. Itโ€™s customizable like Tailwind CSS but uses CSS in JS. The documentation is pretty solid and it offers a decent amount of freedom when it comes to the level of customization offered. Quite promising, if you ask us.

Documentation Services:

Docusaurus, an open source documentation service, is the newest favourite in the colony. Itโ€™s owed to the fact that it's pretty easy to set up and is very neat. Many libraries like Recoil and Redux use Docusaurus. NextJS with mdx is a great choice for people who are beginners and are just starting out with using documentation services. In fact, NativeBase v 2.0 used GitBook but that is an old service now.

If you want to know more, watch the complete group discussion here:

Subscribe to Our Newsletter

More from the engineering frontline.

Dive deep into our research and insights on design, development, and the impact of various trends to businesses.
Insight
Building Local LLMs Using Dart FFI And llama.cpp: Beyond Wrapper Packages
Sep 11, 2026

Building Local LLMs Using Dart FFI And llama.cpp: Beyond Wrapper Packages

Build local LLMs in Flutter with Dart FFI and llama.cpp, and see how native bridges, GGUF models, memory management, and token streaming enable private, on-device AI.

Insight
My Flutter App Froze With Three Photos on Screen. Here's What I Was Doing Wrong
Sep 11, 2026

My Flutter App Froze With Three Photos on Screen. Here's What I Was Doing Wrong

This blog explains how rethinking Flutterโ€™s image-processing architecture fixed severe performance issues and improved rendering efficiency.

Insight
Building a Production-Ready Canva-like Editor with Konva.js, React 19 and Next.js 15
Sep 10, 2026

Building a Production-Ready Canva-like Editor with Konva.js, React 19 and Next.js 15

This blog explains how to build a production-ready canvas editor with Konva.js, React, and Next.js, covering architecture, performance, and key engineering decisions.

Insight
What a PHP-to-NestJS Banking Migration Taught Us About Architecture, Security, and Trust
Sep 8, 2026

What a PHP-to-NestJS Banking Migration Taught Us About Architecture, Security, and Trust

This blog explores the architecture, security, performance, and documentation lessons from migrating a legacy PHP/Laravel banking platform to NestJS.

Insight
Building Production-Grade Video Thumbnail Scrubbing in the Browser: HLS, Frame Extraction, Caching, and Performance Trade-offs
Sep 7, 2026

Building Production-Grade Video Thumbnail Scrubbing in the Browser: HLS, Frame Extraction, Caching, and Performance Trade-offs

This blog explains how to build responsive video thumbnail scrubbing in the browser for local files and HLS streams, covering frame extraction, caching, and performance trade-offs.

Insight
The Agent Can See Your App. How Often Can It Look?
Sep 4, 2026

The Agent Can See Your App. How Often Can It Look?

AI coding agents can now interact with mobile apps, but their effectiveness depends on iteration speed. This blog explores how React Native architecture influences feedback loops and AI-driven developer productivity.

Insight
Building Interactive Cards from Design JSON Without Killing Your Feed: Overlays, Video, Mute/Unmute, and Lag-Free Lists
Sep 1, 2026

Building Interactive Cards from Design JSON Without Killing Your Feed: Overlays, Video, Mute/Unmute, and Lag-Free Lists

Learn how to turn design JSON into interactive, video-enabled cards using overlays, smart media controls, caching, and virtualization without slowing down high-cardinality feeds.

The Right Conversation Can

Save You Six Months.

Book a call