My first React project : a pokedex and much more

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • PokeRef

    📚🎮 A pokémon encyclopedia built using Next, Typescript, Scss modules and PokéApi

  • It looks like none of your data fetching hooks cache results beyond in that component's local state. So as the user navigates between pages, the data will be repeatedly fetched unnecessarily. Even more so that this data is unlikely to ever change so it should be cached in IndexedDB to persist between page loads. - Take a look at react-query for a good pattern of caching API responses globally.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts