I created the endpoint with createApi: export const postsApi = createApi({ reducerPath: 'postsApi', baseQuery: fetchBaseQuery({baseUrl: 'https://jsonplaceho
The default Appbar color is set by MUI to the primary color, which is the blue color. If I wanted to change that color directly using sx={{ background: 'white'
I have 3 lists of a clickable links, so when you click one you go to that section and the line too. so this is my code : <div className="description-containe
There is a strange behavior when running ReactJS 17.0.2. I have a function that generates a random number outside of a component. I assign the return value of t
So, this is my problem. Im new to Gatsby and im trying to figure out whats the problem, im getting headache cause of this, cuz it seems not syntactically wrong.
I'm new to graphql I'm building real time chat app. Currently I'm making it offline first. Using react as front-end. I'm currently caching the data on localStor
I have a Network error with Axios, using the following code : const getXMLNS = (number) => { return ( '<soapen
I'm using Material UI the select with checkbox, I have the following code the select component MenuItem is not wrapping the text with checkbox to next line in t
I'm trying to create an update form in React, the update works fine as I have set the default values that coming from (get method) using axios and set them as t
I currently have a Radar chart in chart.js using the react integration. I was suprised to note that, when I updated the data, instead of showing a completely ne
I have been given in built ui kit which has class based component without extending React.Component. Now i need to use those UI components for building UserInte
I'm currently building an Ionic app which will be getting very frequent updates. If possible, I want to avoid sending users to the app/play store each time I pu
I have a page with notes for a specific user, the problem is when i'm trying to access the state of 'my notes' i get 'undefined' on console, in postman, everyth
I tried running npm run storybook after installing it for the first time on my new create-react-app application and I am getting this error. Anybody know how to
I am new to Next.js, So I follow some tutorials for Redux integration in Next.js. All is working fine but whenever I switch between pages, each time API make a
I'm creating a page where I can get an overview of all my notes/summaries. The note's pages are markdown files converted into HTML used in a dynamic file. The '
I want to create custom component and build with webpack // packages/button/src/index.js import React from 'react'; function Button({ href }) { return <a
I am trying to dynamically import modules but getting following error - Compiled with problems:X WARNING in ./src/.../useCustomModule.js 21:21-56 Critical depen
With some parameters, I have a React component that can take a few seconds to render but it is not a problem at all if it is not up-to-date. To prevent the UI f
I would like to add a couple lines as header on top of the exported CSV file in react-bootstrap-table Like this one: I've gone through the docs but still no id