0.1.5 • Published 2 years ago

@u-tools/react v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.100

2 years ago

0.0.99

2 years ago

0.0.98

2 years ago

0.0.97

2 years ago

0.0.96

2 years ago

0.0.95

2 years ago

0.0.94

2 years ago

0.0.93

2 years ago

0.0.92

2 years ago

0.0.91

2 years ago

0.0.90

2 years ago

0.0.89

2 years ago

0.0.88

2 years ago

0.0.87

2 years ago

0.0.86

2 years ago

0.0.85

2 years ago

0.0.84

2 years ago

0.0.83

2 years ago

0.0.82

2 years ago

0.0.80

2 years ago

0.0.79

2 years ago

0.0.78

2 years ago

0.0.76

2 years ago

0.0.75

2 years ago

0.0.74

2 years ago

0.0.69

2 years ago

0.0.68

2 years ago

0.0.67

2 years ago

0.0.65

2 years ago

0.0.64

2 years ago

0.0.62

2 years ago

0.0.60

2 years ago

0.0.59

2 years ago

0.0.58

2 years ago

0.0.57

2 years ago

0.0.56

2 years ago

0.0.55

2 years ago

0.0.54

2 years ago

0.0.53

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago