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.
- Batching promises via Promise.all() to lower re-renders.
- Searching without exact match
- Playing Audio
- A new CSS property (image-rendering)
- Debouncing Input
- Caching data
- Lazy loading images through attributes(loading = "lazy")
- Lazy loading audio through attributes(preload = "none")
- useMemo() and memo()
- Fuse library for fuzzy search
- Dedicated page for each pokemon on clicking
- Infinite Scroll
