React (sometimes styled React.js or ReactJS) is an open-source JavaScript library for data rendered as HTML.
Questions tagged [react-fullstack]
375 questions
-1
votes
1 answer
Which server should I go on AWS for deploying a dynamic website with ability to dynamically add new sub domains with mass sharing capabilities?
I am developing a web portal where users can create their own websites which they can publish under my domain (have their own sub domain , say my domain is www.xyz.com, I need the new subdomain to be - www.subdomain.xyz.com/asdf )
I am using…

gameDeveloper
- 22
- 2
-1
votes
1 answer
how can i delete/update author name if book name is updated or deleted using RESTapi
CREATE A REST API
a. Create a database using NODE.JS AND MONGODB containing two tables Books and Authors. Add appropriate columns to the tables. Every book has a single author and referential integrity should be maintained
b. Create a Rest API which…

Aman Kothiyal
- 1
- 1
-1
votes
1 answer
Migrating from firebase
I will start developing my e-commerce website soon however, I don't have experience in backend. So I'm considering to use firebase. But my real concern is, , is firebase good option on long term? Is it easy to migrate to mongodb and node js or is it…

Mohamad Amjad
- 19
- 1
- 9
-1
votes
1 answer
Issues with deploying MERN stack application
I am not able to deploy my full stack application.
My repository looks exactly like this in terms of folder structure:
The following is my
package.json:https://github.com/bradtraversy/mern_shopping_list
{
"name": "clear",
"version": "1.0.0",
…

alexander95371
- 49
- 1
- 6
-2
votes
1 answer
Next.js Express.js and MySql app deployment
Since this is the first private project that I have done in Next.js I am wondering how do I host it with backend and database.
All tutorials are about next.js alone, I am not sure what should I use in case to be able to publish full stack app.
Do I…

devos
- 13
- 4
-2
votes
1 answer
How to disable browser back button?
In my MERN project I don't want to let user go back in browser from a specific page. I have seen some same issues on stack overflow but couldn't get help.
Please help me. Thank you.

Balajee Mishra
- 19
- 7
-2
votes
1 answer
What is best way to connect React to Nodejs backend
Hey guys I recently finished learning React and Nodejs. The thing is I don't know how to connect the two to have a fullstack app. Can you guys help me with that please? What libraries are the best in which you've used.
user14416725
-2
votes
1 answer
ReferenceError: type is not defined
I got this error while testing, ReferenceError: type is not defined how to resolve it ??
but there is no variable named "type" here.
jestExpect(sample.datasource-type).toEqual('metadata');

Dhaya Mohan
- 9
- 4
-2
votes
1 answer
How to correctly update the user stored data in a full stack app?
The premise
The issue at hand is a multifaceted one. What is the course that's being followed in a real production environment, what's considered a better solution in terms of safety vs production cost, etc.
I'm currently developing a React web app…

Invalid_Path
- 321
- 3
- 8
-3
votes
0 answers
if optional details I am not filling or if I am not filling any field directly click submit button then show Undefined array key
Here is the my file and code details i am using languages first one html, second is php, mysql
and also i am facing implode function error if i am storing multiple check box value then show error how to fix this error and also undefined error…

Sagar Solanki
- 13
- 4
-3
votes
1 answer
Error in adding concurrently in package.json
scripts in package.json
"scripts": {
"start": "node back-end/server.js",
"server": "nodemon back-end/server.js",
"client": "npm start --prefix front-end",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "echo…

BAJI SHAIK
- 11
- 1
- 2
-3
votes
1 answer
The transition on the content is not working
Here is the code i used. On pressing the navbar menu the content should move right with a delay of 0.7s same as the sidebar opens with a delay of 0.7s but it is not working.
Kindly review the code and suggest something.
is it because of some media…

StarkSrivastava
- 1
- 2
-3
votes
1 answer
can I use WSL2 for fullstack development?
Update 2023 - Apr 13 - : This question does not sound so smart after 2 years of asking. Now that I've understood WSL is actually a linux console and its purpose is not web development. It is better to install native server or tools like docker,…

deepyes02
- 48
- 8