14,624 questions
-2
votes
0
answers
29
views
Stable Front-End TypeScript Framework? [closed]
Over the long years I have developed a contempt for ECMAScript based front-end frameworks. My contempt is driven by two experiences:
I have started coding a lot of Go applications. Using it has been ...
4
votes
0
answers
56
views
Use CSS to create a 3D cube whose faces cannot be clicked when rotated to certain angles
I'm trying to use CSS to create a simple 3D cube that can be rotated by dragging, or select its each faces by clicking them. Here is the code.
const DEFAULT_ROTATION = [-27, -36];
let position = [...
0
votes
0
answers
20
views
Angular Swiper Only Shows One Slide Initially Before Loading Others
import { Component } from '@angular/core';
import { MatButtonToggleModule } from '@angular/material/button-toggle';
import { TmdbService } from '../../services/tmdb.service';
import { OnInit, ...
0
votes
0
answers
17
views
using syncfusion-vue-uploader with vue-3
I am using Vue Syncfusion Uploader (ejs-uploader) to upload files. The upload functionality works fine, and Syncfusion provides a function to handle the selected file.
<template>
<ejs-...
0
votes
0
answers
44
views
How do I fix a child replacing its parent background when trying to add glowing border? [closed]
I am currently creating my portfolio and running into an annoying issue. I am attempting to add an animated border to my card within my container. The way the html is structured is I have a card ...
0
votes
0
answers
16
views
Error message: Property 'onCommentCreate' does not exist on type 'IFrame'.ts(2339)
I'm trying to create a trigger when a new comment is posted in Wix Comments widget.
This is the code in the wix comments widget page (Frontend):
$w("#wixComments1").onCommentCreate((...
0
votes
0
answers
13
views
Angular jhiTranslate - How to Implement Dynamic Translations with jhiTranslate JHipster in Angular?
I'm working on an Angular project and I want to implement a dynamic translation using jhiTranslate and JHipster. I have a text that contains two dynamic values that need to be displayed. Here's what I'...
-1
votes
0
answers
9
views
Problem In Gridstack About PlaceHolder (load layout)
Hi I want to ask about gridstack placeholder,
my problem:
why is the size of the placeholder that I load when loading the layout not the same size as the widget size??
below is the data for the ...
0
votes
0
answers
24
views
NextJS triggers the parent fetching when not needed
Project structure
as shown in the image this is my project structure, I have a person page and a Friday-prayers page nested inside it, in the person page there is a data fetching that happens to get ...
-2
votes
1
answer
63
views
How to add watermark to every pages in react-pdf
const Template1 = ({ data }) => {
const styles = StyleSheet.create({
page: {
position: "relative",
},
watermarkContainer: {
position: "absolute",
...
1
vote
1
answer
63
views
HTML elements moving when I add frames and containers
I've searched around and I don't find nothing, for a title of context, in the past few days I have been building my portfolio, I am a backend dev so I am not used to any of these things.
I added a ...
0
votes
0
answers
18
views
Displaying display names for values from backend [closed]
I have following question
There are 2 apps - backend (asp.net core) and frontend (react) . Frontend app gets some data via REST API (for example currency rates) values from backend (as collection) and ...
0
votes
0
answers
6
views
Why can't I enter more than 1 word? Reactflow
const CustomNode: React.FC<CustomNodeProps> = memo(({ data }) => {
const [text, setText] = useState('');
const updateNodeColor = useStore((state) => state.setNodeText);
const [edit, ...
1
vote
1
answer
31
views
CSS Flexbox: Make .frame take up remaining space after .square
Hello and good afternoon to anyone reading this. For a little of context, I am making my portfolio and I prefer backend rather than frontend, so I am not very good at CSS and HTML.
I know that we ...
-1
votes
1
answer
32
views
react- Check the render method of `ModalHeader`. Error: Element type is invalid
I'm following this tutorial which is as old as 2021:
https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react
But I got this error:
ERROR
Element type is ...