i recently started using react and i'm trying to write a custom hook used for translating some ui elements. I'm not using a library because it is a larger proje
I have issue with retrieving data from POST in my django view. I send React form values with axios to my django backend. I believe data gets put into POST but s
I have been scouring the internet for solution after solution and nothing seems to be working for me so I'm requesting help. Issue: No matter what I do, I can't
Currently, Firebase offers the option to send an email to a users email who wishes to change their password. Unfortunately, Firebase does not allow you to edit
I am trying to use react-router v6 in an electron js application. but it doesn't work for me. This App works correctly without implementing the react-router! Wh
I'm relatively new to React, and am looking to combine my React application with a websocket connection. I'm able to establish a connection via the websocket co
So I am encountering some issues with the way that my ACF is structured on a custom post type. Due to the way the post type works (it's for work case studies) t
I am not really how to test render() Modal. I am able to set up the props and test Render () " make sure it render with all the props" correctly " without any p
I am trying to use a Emoji picker inside my React application and there are 2 buttons on the page to toggle the picker, I want to show the picker at the positio
Hope you are doing well! I have a list of french names with accents, but I receive them encoded like "Gr\u008Egoire", but I want to display the real word. Thank
Im using "webpack": "^4.16.1" when i create a create-react-app the Firebase notification works fine but when i install like that on webpack4 it shows the follo
I have this component for which I am writing test case using react testing library I am facing an issue with styles when the styles is imported from .module.cs
I'm using RematchJS and I'd like to access the state in a model effect without sending a payload to the effect. The model looks something like this: export cons
So, my knowledge of next and JS in general is extremely minimal as is my Auth0 knowledge. I was wondering if anyone could suggest how to pass query parameters o
How to disable these console messages when doing an event handler (like onChange) in react. It comes to this file called ContentScript.js but I don't know how t
I am looking to create a new portfolio. The current one is just using nodejs / express and the basics. It is already deployed on heroku. I would like to maintai
I keep reading that VSCode does this natively, but I can't figure out how to get it working for me in a React project with jsx files. It doesn't work with any f
I am trying Google login using React-native-google-signin plugin but it gives me a Developer_Error.I have done exctly same as mention in its document.here is my
I do have a class that has 2 overloaded methods. public static create<M extends Model>( this: ModelStatic<M>, values?: M['_creationAttribu
I have two components, Component A - const handleLike(id) { ..... handle the logic for the button and setting the state } <ComponentB handleLike={handleLike