Skip to content

Repository files navigation

Link: https://pokedex-rho-rust-74.vercel.app/

A PokéDex where you can filter Pokémon by their name, parts of their name, or just show a bunch of pokemon based on the limits you set.

Learnings:

  1. Batching promises via Promise.all() to lower re-renders.
  2. Searching without exact match
  3. Playing Audio
  4. A new CSS property (image-rendering)
  5. Debouncing Input
  6. Caching data
  7. Lazy loading images through attributes(loading = "lazy")
  8. Lazy loading audio through attributes(preload = "none")
  9. useMemo() and memo()
  10. Fuse library for fuzzy search

To-do:

  1. Dedicated page for each pokemon on clicking
  2. Infinite Scroll

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages