Could anyone can explain in detail the difference between functional component and class component in ReactJS? When we use a functional component and when we u
I have a shared JSON on vault for a React app like this one: { "REACT_APP_SOME_ENV": "some value", "REACT_APP_SOME_ENV2": "some value2", } How could I
There are any way to modify settings on redux-persist after applied to store? or this can be only defined at bootstrap of application?
I have set up a project using ionic framework v4 with React and wish to add a webpack loader to allow importing graphql queries from .graphql files, as describe
Basically I am trying to have an image display in the background of a container, but it isn't loading. I have tried various paths as it isn't entirely clear to
I have a loader component and I want it to appear while my page is rendering. According to the docs, when using suspense my code should look like this const Dyn
I'm new to react/redux and just getting into testing my first app with chai. I'm using redux-form/immutable and react-router, and I'm not sure how to resolve th
Been facing this issue "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New
I use Material-UIv1.0.0-beta.34 Tooltip with Checkbox and FormControlLabel, actually when I hover to the label on Checkbox in one case the tooltip shows as expe
I generated NextJS project using TypeScript template and I want to add my Storybook to the project. Storybook is written in TypeScript. When I'm adding Storyboo
I want to change the font size of just one of the x-axis labels, depending on what day it is (x-axis are days of the week). ApexCharts allows you to customize t
I am working on useSelector of react-redux inside my React Native application, I am getting the following error: TypeError: TypeError: (0, _reactRedux.useSele
I'm trying to use SASS formatting in my React project but it's warning me that some files weren't found, but NPM installed everything automatically, so how can
I don't know why my React component is rendering twice. So I am pulling a phone number from params and saving it to state so I can search through Firestore. Eve
I have an app with datepicker from antd ui library. The question is about keeping data for an hour after it was chosen with datepicker. Please help me to implem
This is what the react-hot-loader DOCs says: https://www.npmjs.com/package/react-hot-loader Note: You can safely install react-hot-loader as a regular
I have a project to run a contracting company and in this project I am trying to create a Salaryscale, and I have this file that contains a set of fields But I
I have this array that has this structure please check the code down below , my end results should look like the following : veg apple carrot meat chicken steak
I'm trying to spy on a function inside a function component using react testing library. I wanted to test whether handleClick function has been called whenever
I am new to React. Currently, I am doing API fetch and displaying it in a table and adding edit delete in that table. I am successfully fetching API and I can a