I am using React-TypeScript for my project. For state management, I am using React-redux, for function handling I am using redux-saga. For gluing the redux stor
Resizing the first column in Grid of dx-react-grid-material-ui is resulting in a empty screen with following error _this.widthGetters[columnName] is not a func
I am creating a React Mapbox App, and I have an issue with popups. When I render the map, all the Markers show correctly on the map. Then I click on the Marker
// how can I use the promise of toastify like I want to show spinner while fetching data then message success or failed // but I am getting error in bellow code
I can't believe that I'm asking an obvious question, but I still get the error in console log. Console says that it can't find the module in the directory, but
I tried with this code and cannot adjust the width <Document style={{width:"100px"}}
What's the react way of setting focus on a particular text field after the component is rendered? Documentation seems to suggest using refs, e.g: Set ref="nam
I encountered this problem building a webapp and I replicated it in this jsfiddle. Essentially, I would like an input to call this.setState({message: input_val}
I've currently implemented the file uploading using <input> and for some reason when I try to change the file after already chosen the file. The website w
I've been trying to solve this for a few hours now, everything I do returns this same error. Matched leaf route at location "/cadastro" does not have an element
I have a FlatList where I want to change the number of columns based on orientation. However, I get the red screen when I do this. As per the red screen error m
I need to chain a few API requests from the Google Maps API, and I'm trying to do it with Axios. Here is the first request, which is in componentWillMount() a
I currently am trying to build a UI Library for React and I am having a little bit of trouble. Currently I am using typescript and rollup, and I am able to bund
I'm using React Native v5.0 and trying to set a nested navigation for my app, however, the prop "initialRouteName" don't seem to work, even if i set it alone wi
I'm trying to create a spring security authorization for my university project. Unfortunately, I came across a problem, my frontend is on port 3000 and the back
I'm currently using react admin.I would like to route to my ActivityShow component when I click a row in the Resource list. When I click the row, the app route
My project is using reatJS, jest is used to do unit test and also to generate the coverage report. Now I need to use jenkins to automatically build the project
I quite like the inline CSS pattern (video) in React and i am thinking about using it. However i have a question similar to this one. How does one go about imp
I am looking at using the antd Caroseul, but I've not seen an example that creates a prev/next or pause button. const { Carousel } = antd; ReactDOM.render(
I have a form that does the error validation correctly but having trouble trying to show a success message if everything is filled out and submits. I'm using th