Questions tagged [react-fullstack]

React (sometimes styled React.js or ReactJS) is an open-source JavaScript library for data rendered as HTML.

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…
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…
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() { …
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…
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