Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
60 views

(node:22188) [DEP0176] DeprecationWarning: fs.F_OK is deprecated, use fs.constants.F_OK instead (Use `node --trace-deprecation ...` to show where the warning was created) (node:22188) [...
Ekalavya aditya's user avatar
Advice
1 vote
4 replies
77 views

I'm currently learning React and working on improving my frontend development skills. I understand the basics of JSX, components, and props, but I'm struggling with more advanced concepts like state ...
Po'latov Temur's user avatar
-1 votes
0 answers
43 views

Currently Im working on a React/JS project where I read a JSON with this structure for data: sprintId = [num] username = [string] completedTasks = [num] And I need to make a graph like ...
Hannia's user avatar
  • 1
Best practices
0 votes
7 replies
192 views

what are the performance techniques that we need to apply at each layer of our application development and deployment so that it will handle huge number requests . lets consider React JS as frontend ...
sridhar masna's user avatar
-1 votes
1 answer
53 views

I am using Quill JS (React) to compose emails. When I upload an image, Quill converts it into a base64 string inside the <img src='base64datas....'> tag. However, I need the original filename on ...
Ajith Kumar R's user avatar
-1 votes
0 answers
118 views

I am developing a chat interface for a sports social marketplace app using React Native (Expo/Bare). Initially, my input field was being hidden by the keyboard, which I fixed using ...
Dev Learner's user avatar
-3 votes
0 answers
74 views

I am learning React and trying to update a state value inside useEffect. However, my component keeps re-rendering continuously. import { useEffect, useState } from "react"; export default ...
Ujjwal Bharadwaj's user avatar
0 votes
1 answer
128 views

I've been migrating a mid-sized app to React 19 and started using the new use() hook to read promises directly in components. The issue I'm running into is that even with a stable promise reference (...
Mathieu DRAPALA's user avatar
-3 votes
1 answer
136 views

Why does the error message appear TypeError: can't access property "map", headers is undefined? I have defined headers inside a state variable, passed it as props and used it inside a ...
Sarah Jane's user avatar
0 votes
0 answers
79 views

I am looking to understand the professional architecture for a full-stack AI Chatbot application. I am transitioning from a Java background and currently working with a React-TypeScript frontend and ...
Abu Huzaifa's user avatar
Advice
1 vote
8 replies
155 views

I need to create a menu with three links using React.js, and they all need to be on one line. So far, I have the links created, but they are stacking up, one on top of the other. I am trying to get ...
user32685524's user avatar
Advice
0 votes
9 replies
186 views

What is best, keeping an app written in React or change the app to Flutter?
Abdullatif's user avatar
-1 votes
2 answers
101 views

I created a custom hook to fetch data and memoize it using useEffect and useMemo, but my component ends up in an infinite re-render loop. I can’t figure out why. Here’s a simplified version of my code:...
Talha Saeed's user avatar
Advice
1 vote
2 replies
126 views

I'm building a stock management project using React (with Redux-Toolkit). My project includes: Products Product variants Categories Stock management (add / remove / update quantity) Forms (create/...
moujjane ali's user avatar
Advice
0 votes
9 replies
124 views

Can you recommend me a MERN stack course according to the current industry demand and the below listed constraints? The constraints are: - Budget is around 25k INR. Course duration should be around ...
Mayank Jain's user avatar

15 30 50 per page
1
2 3 4 5
31716