Tag:react
All the articles with the tag "react".
[List] Atom Setup for your next react project !!
Posted on:March 28, 2017Atom Setup for your next react project !!
Introducing reactjs-popup ๐ (3kb)โReact popup, Modals, Tooltips and MenusโโโAll in one
Posted on:February 2, 2018Introducing reactjs-popup ๐ (3kb)โReact popup, Modals, Tooltips and MenusโโโAll in one
React tools you need to use in your components development
Posted on:March 6, 2018React tools you need to use in your components development
Create a fancy burger menu using reactjs-popup
Posted on:March 11, 2018Create a fancy burger menu using reactjs-popup
Create React Modal with 22 lines of code
Posted on:June 25, 2019Create React Modal with 22 lines of code
The power of Serverless : Part 1
Posted on:July 28, 2019In this article, I will share with you a step-by-step from search to launch on how you can build complex logic apps using Serverless services and your brain.
React Native news from last week
Posted on:September 10, 2019This is a small post that covers almost all news and announcements from the last week.
GatsbyJs Showcase: Contributors List For Open source Project
Posted on:March 11, 2020This article is a GatsbyJs showcase on how we can add a contributors list to any community project website.
Forms in React Native, The right way
Posted on:March 27, 2020This article is a step-by-step tutorial to create a generic form component that can be used whenever you need to deal with forms.
Spotify Login Animation With React Navigation V5
Posted on:April 12, 2020Implementing Spotify Login Animation With React Navigation V5
17 React Native libraries you should use in 2020
Posted on:April 27, 2020In this article, I will try to collect the best dependencies and libraries I use on almost every react native project I worked on and I think you should give a try.
Handling Errors in React Native: A Complete Guide
Posted on:May 6, 2020This article will guide you through some techniques and tools to catch these unhandled exceptions, perform tasks to provide the best experience for users, and report these errors to make sure you are going to fix them on the next release.
Authentication in React Native, Easy, Secure, and Reusable solution ๐ช.
Posted on:August 25, 2020We aim to build a generic solution that handles most of the authentication use cases and easy to copy-paste in your next project.
How to structure a react-native project
Posted on:November 17, 2020I will share an easy, clean, and scalable project structure ready to use for your next React Native project.
How to learn TypeScript for react developers
Posted on:December 20, 2020I will share my way of learning typescript for react developers.
15 React Native libraries you should use in 2021
Posted on:May 10, 202115 React Native libraries you should use in 2021
How to build an image picker in React Native
Posted on:August 7, 2021In this tutorial, we'll demonstrate how to use React Native Image Crop Picker to enable your users to select images from their devices or use the device's camera to capture and upload live photos to your app.
React Native + Github Action = โค๏ธ
Posted on:February 14, 2022Automate your React Native App releases with Github Actions
React Query Auth Token Refresh
Posted on:November 28, 2023A complete guide on how to refresh auth token while using react-query
How to create an Astro tabs component
Posted on:September 2, 2024A complete guide on how to implement an astro tabs component