Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.08 KB

File metadata and controls

22 lines (13 loc) · 1.08 KB

The Hooks and RxJs operators I've used to develop React autocomplete component:

  • Hooks: React hooks useState and useEffect
  • Rxjs: Subject and Operators (debounceTime, distinctUntilChanged).

Screenshots

Autocomplete data from Github API

Screenshot 2022-04-25 at 1 10 06 AM

Selected user

Screenshot 2022-04-25 at 1 15 45 AM

User details

Screenshot 2022-04-25 at 1 10 50 AM

Video reference

Screen.Recording.2022-04-25.at.1.14.58.AM.mov