Giter VIP home page Giter VIP logo

essentials-utils's Introduction

essentials-utils

essentials-utils provides important functions for react and vanilla javascript/typescript

Open Source Love MIT Licence npm version npm downloads All Contributors


🚀 How use

Instalation:

npm install essentials-utils
#or
yarn add essentials-utils

Answer the questions (When choosing the tool, use the arrows keys to navigate, the spacebar to select and enter to finish)

🛠️ Tools

Example:

upperFirst

Capitalize the first letter of the string.

import { upperFirst } from "essentials-utils";

upperFirst("hello world"); // Hello world

useDebounce

Debounce hook is used to minimize backend requests on inputs.

import { useDebounce } from "essentials-utils";

const [value, setValue] = useState("");
const debouncedValue = useDebounce(value, 1000);

useEffect(() => {
  console.log(debouncedValue);
}, [debouncedValue]);

for more information, see the docs, Vanilla and React

📝 Contributing

Your contribution to the essentials-utils is essential for the evolution of the project, you can do it as follows:

  • Open an issue to clear doubts, report bugs or give ideas
  • Open a pull request to give ideas for code improvement, implementation of new features and bug fixes

These are just some of the ways you can contribute to the project read the CONTRIBUTING for more information

🧑 Authors


Wesley Araújo

✨ Contributors


Patryck Silva


João Vitor Ianuci


Guilherme Felipe

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

📄 License

essentials-utils is a open source project licensed as MIT.

essentials-utils's People

Contributors

wesleyara avatar patrycksilva avatar glerme avatar joaoianuci avatar

Stargazers

felipe fama avatar  avatar Thiago Miziara avatar  avatar Yuri Rocha avatar Leandro Cavalcante avatar Douglas Rodrigues avatar Rafael Perdigão avatar Pedro Barros avatar Saymon Damásio avatar Felipe Miiller avatar Cassio Oliveira Silva avatar Maria Fernanda Rodrigues avatar João Gabriel avatar  avatar

Watchers

 avatar

Forkers

joaoianuci glerme

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.