A React hooks library to speed up your components development

栏目: IT技术 · 发布时间: 5年前

内容简介:A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

A React hooks library to speed up your components development

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

:star2: Live playground here :star2:

A React hooks library to speed up your components development

:gb: English | :cn: 简体中文 | :it: Italiano | :es: Español | :ua: Ukrainian | :br: Brazilian Portuguese | :pl: Polski

:bulb: Why?

React custom hooks allow to abstract components' business logic into single reusable functions.

So far, we've found that most of the hooks we've created and therefore shared between our internal projects have quite often a similar gist that involves callback references, events and components' lifecycle.

For this reason we've tried to sum up that gist into beautiful-react-hooks : a collection of ( hopefully ) useful React hooks to possibly help other companies and professionals to speed up their development process.

Furthermore, we created a concise yet concrete API having in mind the code readability, focusing to keep the learning curve as lower as possible so that the it can be used and shared in bigger teams.

-- Please before using any hook, read its documentation! --

:coffee:️ Features

  • Concise API
  • Small and lightweight
  • Easy to learn
  • Functional approach
  • Fully written in JS (although TS types are supported)

:star2: Live playground here :star2:

Install

by using npm :

$ npm install beautiful-react-hooks

by using yarn :

$ yarn add beautiful-react-hooks

:art: Hooks

:star2: Live playground here :star2:

Contributing

Contributions are very welcome and wanted.

To submit your custom hook, please make sure your read our CONTRIBUTING guidelines.

Before submittinga new merge request, please make sure:

  1. You have updated the package.json version and reported your changes into the CHANGELOG file
  2. make sure you run npm test and npm build before submitting your merge request.
  3. make sure you've added the documentation of your custom hook ( you can possibly use the HOOK_DOCUMENTATION_TEMPLATE to document your custom hook ).
  4. make sure you've updated the index.d.ts file with your hook types.

Made with

Credits

This library is provided and sponsored by:

As part of our commitment to support and contribute to the open source community.

Icon made by Freepik from www.flaticon.com


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

你也能看得懂的Python算法书

你也能看得懂的Python算法书

王硕,董文馨,张舒行,张洁 著 / 电子工业出版社 / 2018-11-1 / 59.00

编程的核心是算法,学习算法不仅能教会你解决问题的方法,而且还能为你今后的发展提供一种可能。 《你也能看得懂的Python算法书》面向算法初学者,首先介绍当下流程的编程语言Python,详细讲解Python语言中的变量和循序、分支、循环三大结构,以及列表和函数的使用,为之后学习算法打好基础。然后以通俗易懂的语言讲解双指针、哈希、深度优先、广度优先、回溯、贪心、动态规划和至短路径等经典算法。 ......一起来看看 《你也能看得懂的Python算法书》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具