npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

taeo-hooks

v1.1.2

Published

taeo's custom hooks playgrounds

Downloads

537

Readme

taeo-hooks Library

React Hooks library package

이 래포는 React에서 자주쓰이는 여러가지 hooks을 만든 팩입니다.

taeo 시리즈 중 커스텀 훅의 기능을 다루고 있는 라이브러리입니다.

https://www.npmjs.com/package/taeo-hooks

Description

How to use?

// npm
$ npm install taeo-hooks

// yarn
$ yarn add taeo-hooks

Update Schedule

| 일정 | 내용 | 버전 | | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | | 2024.01.19 | 1. 초기 버전 출시 및 배포 안정화 진행 | 1.0.0 - 1.07 | | 2024.01.26 | 2. useMultistate : 다중 상태관리 기능의 훅3. useFocus : 랜더시 포커싱을 해주는 기능의 훅4. usePageTitle : 페이지의 타이틀을 쉽게 변환해주는 의 훅5. useCopyClipBoard : 이벤트 실행시 복사해주는 기능의 훅6. useWindResize : 브라우저 창의 크기를 추적하는 기능의 훅 | 1.0.7 - 1.0.8 | | 2024.01.27 | 7. useCheckBox : 체크 박스의 상태관리 기능의 훅 | 1.0.9 - 1.0.10 | | 2024.01.29 | 8. useUpdateEffect : 업데이트시에만 발생하는기능의 훅 | 1.0.12 | | 2024.01.30 | 9. useLocalStorage : 로컬스토리지 컨트롤 훅 - 조회 기능의 훅 | 1.0.13 | | 2024.01.31 | 10. useLocalStorage : 로컬스토리지의 기능 추가 - 저장, 삭제 기능의 훅 | 1.0.14 | | 2024.01.31 | 11. useMediaQuery : 미디어 쿼리를 추적하는 기능의 훅 | 1.0.15 | | 2024.02.01 | 12. useCount : 숫자를 조작하는 기능의 훅 | 1.0.16 | | 2024.02.02 | 13.useIsFirstRender : 첫 번째 랜더링을 확인하는 기능의 훅 | 1.0.17 | | 2024.02.21 | 14. useDebounce : 디바운스를 도와주는 기능의 훅 | 1.0.20 | | 2024.02.27 | 15. useMap : 키-값 맵 상태와 세터 액션을 관리하는 기능의 훅 | 1.0.21 | | 2024.02.28 | 16. useUnmount : 언마운트시에 콜백을 실행할 기능의 훅 | 1.0.22 | | 2024.03.04 | 17. useCookie : 쿠키관련 관리하는 기능의 훅 | 1.0.24 | | 2024.03.01 | 18. useLifeCycle : 라이프사이클 이벤트에 대응하는 기능의 훅 | 1.0.25 | | 2024.09.05 | 19. useScrollTop, useTabIndex, usePageNavigation | 1.0.27 | | 2024.09.06 | 20. useHover : 요소가 호버되고 있는지 여부를 추적하는 기능의 훅 | 1.0.28 | | 2024.09.09 | 21. useFetch : 네트워크 통신으로 data, loading, error를 처리하는 fetch 기능의 훅 | 1.0.30 | | 2024.09.09 | 22. usePrevious : 현재 렌더링과 이전 렌더링의 값을 비교하는 기능의 훅 | 1.1.0 |

Community

  • 이메일을 보내주시거나 이슈를 통해 의견을 주시면 감사하겠습니다.
  • Send me an email([email protected]) or Contribute on Issues, I glad to hear your suggestion.

License

MIT License