Skip to main content

Questions tagged [reactjs]

React is a JavaScript library for building user interfaces. It uses a declarative, component-based paradigm and aims to be efficient and flexible.

reactjs
0 votes
0 answers
5 views

"user?.user_metadata.display_name" comes out as undefined, next.js

I'm trying to make a chatroom using next.js, but for some reason, that specific string keeps resulting in undefined, even though (in my database), it is absolutely defined const user = useUser((state) ...
joetroll's user avatar
-1 votes
0 answers
8 views

how to create a query of action to fetch data in react

I created a People component that display people information like name, department and others. It receive email address and then request a API endpoint to get detail data. and I use this component in ...
qwer11121's user avatar
  • 156
0 votes
0 answers
12 views

Component Not Rendering in .map Function

I'm trying to iterate an array of data into a component. The way I'm doing it looks like this <article className={styles.contentList}> { organizations.map((item, index) =>{ ...
Optiq's user avatar
  • 3,086
-1 votes
0 answers
24 views

Why is my code not getting stored in the local storage? What is the error?

So I have this code where I want the code to be saved whenever I press the save button it is not happening, it isnt giving any errors but, it is not storing anything... Here are the code, this is ...
Divyansh Pathak's user avatar
0 votes
0 answers
7 views

zoom sdk for meetings. download from the site or via npm?

I want to add to the application(NextJS) the ability to call via zoom directly on my website, "inserting" zoom into my page, with the ability to receive data and assign calls through the API....
Roman Nozhenko's user avatar
0 votes
0 answers
6 views

First Timer: Websockets and RTK Query Setup. Sending updates

It's my first time playing around with websockets. I'm using RTK Query to manage my data on a headless wordpress frontend. I have an 'orders' page I would like to keep up to date for each client that ...
Joseph P's user avatar
0 votes
0 answers
10 views

The redirection to the main page after login or registration only works after the second form submission (only on Mobile)

In my Group Counter App, I implemented authorization functionality. Earlier, I had a problem with authorization on PC, and I created a question where I solved my problem. However, now that I have ...
dimonchik11's user avatar
0 votes
0 answers
12 views

React: The input bar is colliding with the results box

I have a modal that contains two components: an input field and a results box. When the modal opens, these components collide. Both components are written in React. Unfortunately, I can't share the ...
username's user avatar
  • 199
0 votes
0 answers
8 views

Jitsi UI not being updated

I am using Jitsi Meet for video call in one of projects of mine. I cloned the project using link https://github.com/jitsi/jitsi-meet and connected with my react app and is working well.Now I want to ...
Muhammad Sarmad Saleem's user avatar
0 votes
0 answers
15 views

Should I place react files inside of venv directory when making django + react app? [duplicate]

So, I'm new to django and new to react but I thought I'd combine them to make a nice project with a frontend and backend separate. I plan to deploy the frontend on s3 and backend on ec2. Side question ...
Emmanuel Pierre's user avatar
-5 votes
0 answers
18 views

The idea of ​predicting book titles [closed]

I am completing a project on book management. Besides, I want to add a program whose input is a piece of text (from docs or from an image) to my program, After that, the program will return the ...
coolBrew's user avatar
0 votes
1 answer
29 views

Styled Components styles are not applied

I've a react popup which uses styled-component for styling. I'm rendering the react app in shadow dom. Because I didn't want any other css file to modify the popup. It is working on most sites except ...
Zullu Balti's user avatar
0 votes
0 answers
11 views

Unable to overlap top Navigation on header in React Native using zIndex

I am unable to overlap TopNavigation(TopNavigation.js) on Header(Inside Sidebar.js) of my react native app, Code: App.js import { NavigationContainer } from "@react-navigation/native"; ...
Shikhar Uttam's user avatar
-1 votes
0 answers
9 views

Generate form to populate docx template

I'm working with docx files using Aspose Reporting Engine in Spring Boot. I know they [do not support get fields list at the moment](https://forum.aspose.com/t/get-a-list-of-template-fields-from-a-...
FishThing's user avatar
0 votes
0 answers
9 views

Antd select component does not set actual form value when setFieldsValue

Background: I am using antd select component in my form for tagging. This form is used to update the backend on changes on an entity. Hence on first load, I would like to update the select component ...
jellypancake's user avatar

15 30 50 per page
1
2 3 4 5
31945