Showing posts with label react-native. Show all posts
Showing posts with label react-native. Show all posts

useState - Direct value or callback function?

useState - Direct value or callback function?
A word of introduction about useState The useState hook is a powerful way to add state to functional components in React . It allows you to store and mana…
Read more »

Export Data to Excel with React Native

Export Data to Excel with React Native
Learn how to export JSON data from your React Native application to Excel using react-native-fs and xlsx.
Read more »

React Hooks: Exploring the power of `useEffect` Hook

React Hooks: Exploring the power of `useEffect` Hook
The React team has indeed introduced React hooks to make it easier for developers to write functional components. The useEffect Hook is one of the most importa…
Read more »

Microfrontends with ReactJS

Microfrontends with ReactJS
Microfrontends are an architectural approach to web application development that involves breaking down applications into smaller, self-contained units that ca…
Read more »

5 Key Tips to Boost Your ReactJS Performance

5 Key Tips to Boost Your ReactJS Performance
I'd like to share some valuable tips on how to boost the performance of your ReactJS applications. Implementing these best practices can make a significan…
Read more »

TUT Create Click and Drag Animation in React Native

TUT Create Click and Drag Animation in React Native
This is the tenth part of react native animation tutorial series. Here, let’s learn how to create a drag animation in react native. What I really mean is – a…
Read more »