My frontend is localhost:3000, and my GraphQL server is localhost:3333. I've used react-apollo to query/mutate in JSX land, but haven't made a query/mutation f
How can i access url parameter in my react component ? App.js <Route path="/question/:id" element={<QuestionView />} /> QuestionView.js class Quest
I'm working with data whereby gender of participants has been noted in three columns ( baseline, first time point and second time point). For several hundred pa
useEffect(() => { document.getElementById('file').addEventListener('change', onFilesChange) },[]) const onFilesChange=(e)=>{ setPhoto(e.target.files
How to remove the white blur border from the background image. <div class="background-image"></div> CSS, i tried adding margin:-10px but it does
Internet Explorer has a file download limit of 4GB (2 GB on IE6). Firefox does not have this problem (haven't tested safari yet) (More info here: http://suppor
I was trying to make a while loop which would stop running when a specific key is pressed. The problem is that the loop runs infinitely. My lo
I know that this problem has been discussed here a lot of times before but believe me I've tried every single one of them and I still have this issue. As a las
That's a normal Python Code which is running normally import pandas as pd dataset=pd.read_csv(r'C:\Users\efthi\Desktop\machine_learning.csv') registration = pd
Is there AdMob support for Flutter web? All libraries that I found are intended only for Android and IOS