Suspense-like Transitions In React – use-transition
Suspense like transitions without experimental react features today. For any fetching library.
Other uncategorized React and React Native components for modern web development.
Suspense like transitions without experimental react features today. For any fetching library.
A React Native component for Clipboard API with animated toast message.
A React hook for handling asynchronous tasks, such as backend API calls.
A customizable popover and tooltip JavaScript library for React Native applications.
Provide all features a camera app should have. You have full control over what device is used and can even configure options such as frame rate, colorspace, and more.
An extremely fast, small mobile key-value key/value storage library for React Native. ~30x faster than AsyncStorage!
The react-use-downloader helps you create a download handler function with its progress information and cancel ability. How to use it: 1. Install and import: # NPM $ npm i react-use-downloader import React from “react”; import useDownloader from “react-use-downloader”; 2. This is an example app showing how to create a download handler function. export default function App() { const { size, elapsed, percentage, download, cancel, error, isInProgress } = useDownloader(); const fileUrl = “/path/to/file/”; return ( <div className=”App”> <p>Download is in {isInProgress ? ‘in progress’ : ‘stopped’}</p> <button onClick={() => download(fileUrl, “filename”)}> Click to download the file </button> <button onClick={() =>
An easy to use library for creating popover and tooltip components in your React projects.
An easy React component to sort items in lists or grids via drag and drop.
An icon set that includes 200+ well-designed icons for React apps.
A centralized system for displaying and stylizing focus indicators anywhere on a webpage.
A React Folder component for creating a file manager that is sortable and collapsible.
A React hook t0 open browser file selector.
A simple paint app made with React, custom hooks, Canvas API, and Font Awesome icons.
Smooth and fast cross platform Material Design Tabs for React Native Paper.