0.1.5 • Published 3 years ago

@u-tools/react v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

U Tools Plugins

This plugin library provides a collection of easy-to-use, modular plugins to enhance the functionality of U Tools applications. These plugins are not core modules but are built upon the core modules, adding extra features and flexibility to U Tools projects.

Overview

The main purpose of these plugins is to extend the functionality of U Tools applications and make it more versatile for developers. Some of the plugins available in this library include:

React-Fetcher: A plugin that provides an easy-to-use fetcher with React hooks for client-side data fetching from APIs and keeping track of the request status. If you're using React, this single plugin will handle all your data fetching needs

Getting Started To use a plugin in your U Tools project, simply install it as a dependency and import the relevant functions or components:

Installation

TBD

Available Plugins

React-Fetcher

A React-based plugin for client-side data fetching. It provides an easy-to-use fetcher with React hooks that handle fetching data from APIs and keeping track of the request status.

Usage example:

js

import { useFetcher } from '@u-tools/react';

const fetch = useFetcher({ url: 'https://api.example.com' });

// Fetch data using the GET method fetch.get('/resource');

// Fetch data using the POST method with parameters fetch.post('/resource', { params: { test: 'test' } });

// Get the current status of the fetch request fetch.getStatus();

Contributing

Contributions to the U Tools plugin library are welcome! If you have an idea for a plugin or would like to improve an existing one, please feel free to submit a pull request or open an issue for discussion.

This should give you a good starting point for your U Tools plugins README. Modify and expand it as needed to include additional plugins or details about their usage.

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.100

3 years ago

0.0.99

3 years ago

0.0.98

3 years ago

0.0.97

3 years ago

0.0.96

3 years ago

0.0.95

3 years ago

0.0.94

3 years ago

0.0.93

3 years ago

0.0.92

3 years ago

0.0.91

3 years ago

0.0.90

3 years ago

0.0.89

3 years ago

0.0.88

3 years ago

0.0.87

3 years ago

0.0.86

3 years ago

0.0.85

3 years ago

0.0.84

3 years ago

0.0.83

3 years ago

0.0.82

3 years ago

0.0.80

3 years ago

0.0.79

3 years ago

0.0.78

3 years ago

0.0.76

3 years ago

0.0.75

3 years ago

0.0.74

3 years ago

0.0.69

3 years ago

0.0.68

3 years ago

0.0.67

3 years ago

0.0.65

3 years ago

0.0.64

3 years ago

0.0.62

3 years ago

0.0.60

3 years ago

0.0.59

3 years ago

0.0.58

3 years ago

0.0.57

3 years ago

0.0.56

3 years ago

0.0.55

3 years ago

0.0.54

3 years ago

0.0.53

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago