Beginner's Thread / Easy Questions (May 2021)

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

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
  • react-datepicker

    A simple and reusable datepicker component for React

  • How to show the open date picker calendar only, without the input box? For instance, I want to use this date picker, https://www.npmjs.com/package/react-datepicker but I only want to show the calendar, without the input area.

  • react-router

    Declarative routing for React

  • I have been struggling for a while to make the navigation in my app work. There are few navigation icons (home, notifications, board, user page), what I have now is that when user navigates between them, they are first redirected to that page then component rerenders and fetches data. I want to preload the component before the user is redirected to that component and to display a loading line in my header. I have loading state in Redux and whenever it is set to true it is displayed correctly. However, the part with first loading the component, then to display it on the screen with all data in it is confusing to me and I do not understand how to achieve it. I found this old thread but none of the examples helped me understand how to make it work and maybe there is a more modern solution to this. https://github.com/ReactTraining/react-router/issues/4407

  • 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
  • algosigner

    Discontinued AlgoSigner is an open source Algorand wallet extension that makes it easier than ever to use ALGOs for payment, investing, or swapping assets. Available in the Chrome Web Store.

  • I'm trying to use Algosigner in a react project, but don't know how I import the AlgoSigner object to use. I did all of these steps, but still when I call AlgoSigner in my code, it says that it doesn't exist. Is there an import at the top I should use? Or is there some npm thing I should add? https://github.com/PureStake/algosigner/blob/develop/docs/dApp-integration.md

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