Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [frontend]

The user-facing part of an application. In a desktop application, this would include the windowing framework and the forms the user interacts with; in a command line program it would be the available commands and arguments; and in a web app, it would refer to the HTML and JavaScript.

0 votes
0 answers
10 views

WebGL line using TRIANGLE_STRIPs are being contoured at the end

WebGL offers gl_LINES as a way to create lines, but you cannot control its thickness. Therefore, I made a shader and some js functionality to create lines using gl_TRIANGLE_STRIPs. It does make the ...
Karar Ali's user avatar
0 votes
0 answers
6 views

React Native Gifted Charts Styling

i'm new with React Native Gifted Charts and i'm trying to make some styles with it. IMAGE I have question about styling curve line chart. Thank you all! My code looks like: <LineChart {....
Иннокентий Вайц's user avatar
0 votes
0 answers
8 views

error NG8001: 'mytable' is not a known element

When I try to compile the front-end of my project, the following error occurs in the userList.html file. Actually, the error occurs in any HTML file located in the ./page folder, but I will use ...
Gabriela Zanon dos Santos's user avatar
-2 votes
0 answers
13 views

How do I host my MERN project in Hostinger? [closed]

I wants to host my MERN(React) project in Hostinger, I need to know that can I host my frontend and backend both in the hostinger cloud hosting, or do I need to buy web hosting for frontend and VPS ...
Mohammad Sakib Chowdhury's user avatar
0 votes
0 answers
5 views

Clipboard.js and JS Not Copying Value from Password Input Field

I'm having an issue with Clipboard.js where it successfully copies the value of an input field when the type is set to "text". However, when the input field type is set to "password&...
deepak pc's user avatar
0 votes
0 answers
9 views

Troubleshooting Local Deployment Errors with DFINITY’s dfx

Error screenshot So, I have been having this issue and stuck on this for quite a while now. After you run dfx start, it fails to deploy the project locally and not sure what is resulting into failing ...
Asim Rai's user avatar
0 votes
0 answers
13 views

Frontend: PDF preview [blob URL] not working in mobile using iframe

Cannot preview the pdf file selected in the modal: const onFileSelect = async ( e: React.ChangeEvent<HTMLInputElement>, index: number, school_doc_setting_id: number, ) => { ...
nino coab's user avatar
0 votes
0 answers
15 views

Failed to execute 'removeChild' on 'Node' react.js [closed]

estou executando um projeto com next.js e node, estou utilizando react no front e fazer a integração, ao realizar login/ cadastro aparece este erro de removeChild, e a um tempo não consigo resolver ...
Anne's user avatar
  • 11
0 votes
0 answers
10 views

Blank page when protecting route with react router [duplicate]

I have followed several guides and questions on stack overflow with no luck. I want to set up protected routes, so going to example /highscores would redirect user to /login if not signed in. ...
catfish's user avatar
  • 63
-1 votes
1 answer
40 views

Removing updating Favicon.ico in Nextjs 14+

I'm working on a Next.js 14 project and I'm trying to update the default favicon from my application. I can't seem to update the favicon as it is not accepting any other favicon than the default in ...
Yash Singhal's user avatar
0 votes
0 answers
12 views

How to pass error from next auth to a client component?

I am fairly new to Nextjs 14, and having difficulty understanding the underlying principles of authentication and passing data between server and client components. So far, with my limited ...
reactcoder's user avatar
1 vote
1 answer
33 views

Span element not displaying inside div in React component with Tailwind CSS

I'm working on a React component that uses Tailwind CSS for styling, and I'm encountering an issue where a element is not displaying inside a . I'm trying to create a video carousel where each video ...
yzkael's user avatar
  • 67
-3 votes
0 answers
30 views

How to Update a Progress Bar to a Modern Style in [WPF/C#]

That's what i mean I am working on a project that uses a built-in progress bar (screenshot: ). The current design is outdated, resembling older Windows styles. I want to update it to a more modern ...
Abdallah Ahmed's user avatar
-4 votes
0 answers
21 views

How to be good at css and styling the webpage [closed]

How to be good at css and styling the webpage I am not good in desiging so how can be a good designer in css. and i am not able to do projects by myself i depend on youtube and google so please ...
Hamad Ullah's user avatar
1 vote
1 answer
30 views

How do I get my button to conditionally render Add to cart state and the quantity state?

I have been attempting creating a shopping cart with product list from https://www.frontendmentor.io/challenges/product-list-with-cart-5MmqLVAp_d I am currently trying to use redux as I would like to ...
ChrisKola99's user avatar

15 30 50 per page
1
2 3 4 5
1017