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
vote
0 answers
Using React as a frontend and node+express as a backend -- on Button click fetch data from SQL and display in a react Grid
In my React application , I wanted search any random ID in text box and than
click Search button , if that id is present in table so i wanted to fetch the respective record's from table and display the record's on UI.
I am using node Js and Express…

mayank tripathi
- 11
- 2
1
vote
1 answer
GET Request in .NET Core 6 with multiple parameters in a query - using bitwise
I'm trying to make it so I can send queries like: But I am having trouble using the bitwise functions to do so. The var orders is wrong because TypeEnum can't be used with IEnumerable

Ali
- 11
- 2
1
vote
1 answer
Quill Mention throws TypeError s.domNode.getBoundingClientRect is not a function
Trying to mention users with @ character in the quill editor throws TypeError s.domNode.getBoundingClientRect is not a function in the console and the suggestions are not shown.
Steps for Reproduction
The error is a little tricky to reproduce as…

Taranjeet Singh
- 11
- 4
1
vote
1 answer
Unable to Pass Data to Backend from Input
I have an API which will send an email to a user based off the input. This is the on lick submit. I can confirm the data is being console.log for the state.
const inviteUser = async () => {
…

n_d22
- 413
- 4
- 12
1
vote
1 answer
How can validate and send react form data to fire base data base?
I try it but not working
import React from "react";
import "./App.css";
import { useForm } from "react-hook-form";
import classNames from "classnames";
import { useState } from "react";
function App() {
…

Shaheer Ahmed
- 55
- 7
1
vote
0 answers
app to make webscrapping app using Reactjs nodejs, indexjs and restAPI
I tried running this function "node server/index.js" to locally view the app, it gave me the following error. Why are my having the error statements Error: Cannot find module 'typeorm'
The bellow shows all the error…

Ayorinde
- 21
- 3
1
vote
0 answers
Serve ReactJS + PHP on Ubuntu Server
I am working on my first web-project and therefore have an Ubuntu machine with apache2. I am quite new to web development and have never deployed a website before. I am sorry if this question sounds stupid, but what is the best way to serve a…

georgleb
- 11
- 2
1
vote
1 answer
iframe in Smarty (tpl)
I have this iframe html code
1
vote
0 answers
How do encrypt the request payload in network tab?
currently iam using react + nodejs.
How do encrypt the request payload in the network tab?
How do hide the preview and response data in the network tab?
sample request link

Vishnu Prabu Selvaraj
- 35
- 1
- 7
1
vote
1 answer
Next.js middleware always return null as body
Request has a body property, but it seems to always be null for me in middleware functions.
If reading the body is not supported in middleware it would be nice for the docs to note that, and maybe for NextRequest to throw a helpful error when the…

Chukwuemeka Maduekwe
- 6,687
- 5
- 44
- 67
1
vote
2 answers
How do I serve the NextJs application from spring boot application?
I have a spring boot rest API service that is running in tomcat.
I have a NextJS UI app running on the node js server.
Now I want my NextJs app to be served by the tomcat server.
What are the necessary steps I need to do for my nextjs app to be…

Muthu
- 87
- 2
- 9
1
vote
0 answers
How do I pass the user's server side request to the client side?
I don't know if I phrased the title correctly, so sorry if it confused you.
I have two servers running (using different ports), one is my client side running on React, and the other one is my server side running on Express.
I'm trying to have the…

Johonny
- 151
- 1
- 4
- 17
1
vote
0 answers
How to get a search value from a React component to a server backend
I recently updated a weather dashboard project that I was working on to have a server backend, that I could just pull the API json values from said server page (in order to hide the api key I need to utilize the weather api). Since my React project…

Gian Paulo Zamora
- 73
- 2
- 6
1
vote
0 answers
Review and rating implementation of the doctor
Issue: State variable inside a api call is not getting updated
Description: Hi I am trying to implement the doctor review part of the application. where anyone can write the review of the doctor. when i am writing the review on submission of review …

Soumen Maiti
- 11
- 4
1
vote
1 answer
Check if an HTML file is accessed directly or has been redirected
I have two HTML files: one.html and two.html
File *one.html refers to file one.js and file two.html refers file two.js.
Now, file one.js simply redirects to file two.html using windows.location of jQuery.
Is there a way to check within file two.js…

explorer
- 21
- 7