Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
11 replies
62 views

I want to display and configure multiple objects of the same class at the same time, while keeping up the good looks of a table. So: one line per entity, with multiple GUI elements per line for the ...
JayC667's user avatar
  • 2,699
0 votes
0 answers
101 views

I have a laravel/blade component like this $props(['condition']) @if ($condition) error @else {{ $slot }} @endif And i want to use it like this: @php $arr = []; @endphp <x-my-component ...
flappix's user avatar
  • 2,259
0 votes
0 answers
29 views

I created a custom page, and I added a table widget to it. <?php namespace App\Filament\Pages; use App\Filament\Widgets\ListUsers; use Filament\Pages\Page; class Users extends Page { ...
bananas0102's user avatar
0 votes
0 answers
529 views

I'm experimenting with Next.js 16's new Cache Components and Partial Prerendering (PPR) to build a product page that: Serves a static shell instantly (HTML for layout, header, footer) Streams the ...
Mina Golzari Dalir's user avatar
1 vote
1 answer
268 views

I'm using Next.js 16 with Cache Components (cache() from React) to deduplicate and cache database queries across layouts and pages. Here's my setup: // lib/data.ts import { cache } from 'react'; ...
Mina Golzari Dalir's user avatar
0 votes
1 answer
79 views

Is it possible to display the date and time selection field in one field instead of two? How can I get a separate calendar and time selection component (only what is raised by clicking on the field)? ...
Egor Vasilyev's user avatar
0 votes
0 answers
95 views

I'm clueless as to what's happening. I'm using TabView from the react-native-tab-view library in a screen, and whenever I access that screen via the Expo Go app, it closes the Expo Go preview of my ...
julcodecode's user avatar
0 votes
1 answer
55 views

After I click login, the home page renders but without a user, so the profile component doesn't render. The backend works properly. Is there something wrong with my AuthContext.jsx? // src/context/...
Linh Chi Nguyen's user avatar
2 votes
1 answer
143 views

I am currently experimenting with templated components in Blazor. I am trying to set up a component with a RenderFragment parameter. For example: <div> @this.Content </div> @code { ...
SeraphimPlays's user avatar
-2 votes
2 answers
138 views

I have a React component that I created called List that contains an array of data. I then created a second component that is a filtered version of the list called favoriteList. The component ...
asfreeman18's user avatar
3 votes
1 answer
1k views

Picture of the command here I'm having a problem where my Angular component isn't being generated as a component. Instead of "home.component.ts/html/css" only "home.ts/html/css" is ...
Simon Sarcevic's user avatar
1 vote
2 answers
383 views

I have installed both "Lockbox 3" (2025.03) and "Lockbox VCL and FMX" (2025.03) from the GetIt package manager in Delphi 12.3. The "Lockbox VCL" components (THash, TCodec,...
dallin's user avatar
  • 9,534
-1 votes
1 answer
212 views

Im using to Laravel blade's component to make a dynamic table, in which user can pass in header, and corresponding rows. I wanna use this component to display many tables (permissions, reviews, etc...)...
jpesa's user avatar
  • 101
2 votes
2 answers
69 views

I wonder if a Component may have operations and attributes. I never see them on a component diagram, and it also doesn't sound logical, because a component diagram is a high-level diagram. But I'm not ...
Sabine Meijran's user avatar
0 votes
1 answer
122 views

I’m using a custom Select component inside a table, and I want to make some reactive calculations in the parent component for example, updating the total price when a discount is selected through a ...
Juan Jose Rios's user avatar
0 votes
0 answers
93 views

I am trying to build a solution with two components where one of them depends on the other, I mean I have inherited a Label component that depends from a client to receive Data. Components As far you ...
FGalan's user avatar
  • 1
0 votes
1 answer
141 views

Vite: [plugin:vite:import-analysis] Failed to resolve import "../assets/sample" from "src/components/Navbar/Navbar.jsx" ''' import { assets } from "../assets/sample"; ''' ...
noobster47's user avatar
0 votes
0 answers
77 views

I'm building a website using Astro and deploying it to Vercel. One of my components, Footer.astro, is missing all of its styles only in production. It works fine locally. Also all other components ...
user30418389's user avatar
0 votes
2 answers
62 views

I have this code where I've updated an object in React. When you click "Most upvoted", it takes an object, sorts it by votes, and then updates the state with it. The problem is, it won't ...
CodeNinja's user avatar
0 votes
1 answer
81 views

I have tried two different ways of calculating a vector's divergence using Fipy: one using the gradient of its components and the other using face divergence. For simplicity, I have used a vector such ...
Kritika Khanal's user avatar
0 votes
1 answer
952 views

Why am I getting the warning 'TS-998113: Product Tracking Component is not used within the template of App Component' in my Angular application, and how should I properly handle unused components?
Tharushi Wijethunga's user avatar
1 vote
0 answers
62 views

I'm trying to create a custom block in Simscape that convert energy from pressurized water into a torque. Here is my code: component pelton_turbine % Ce composant calcule le couple généré par l'eau ...
Nils Aubague's user avatar
0 votes
1 answer
99 views

I am new to the Angular JS , and I have been trying to make a ecommerce website in the Angular. My component <app-products-list/> is not showing up in the elements of the browser. app.component....
masfiq reza's user avatar
-2 votes
1 answer
649 views

@layer components { h1, h2, h3, h4, h5, h5, h6 { @apply font-medium text-heading text-responsive-sm ; } } @layer utilities{ .text-responsive-sm { font-size: 0.75rem; /* text-xs ...
huzaifa sameer's user avatar
1 vote
0 answers
53 views

I am testing code that works in CF 11 for an upgrade to CF 2023. I have a component that extends another component and overrides the type of a property in the base component. Here is some simple ...
Eric Belair's user avatar
  • 10.7k
0 votes
1 answer
59 views

I get the syntax-error int the 'Grid1Component.razor' file. The syntax is: The type 'T' in the generic type or method 'IGenericCrudService'. There is no boxing conversion or type parameter conversion ...
BEO's user avatar
  • 73
0 votes
2 answers
45 views

I have 2 roles, Admin and Watcher, the admin has the ability to make changes to a table and upload them to a DB, the watcher can't make changes to that table, it can only visualize the data, the ...
Fernando Hernandez's user avatar
1 vote
1 answer
264 views

I try to create an own component in Angular 19 that works similar to the MatCard. There, I can define a template like: <mat-card appearance="outlined"> <mat-card-header&...
parascus's user avatar
  • 1,279
1 vote
1 answer
89 views

I am currently trying to build a component that converts a JSON into HTML. To do this, I have a component that outputs the content and integrates further components depending on the type. However, if ...
rnwcode 's user avatar
1 vote
1 answer
104 views

I was wondering how do these UI libraries like Headless UI, React Aria Components, etc. just pass a list of Elements, for e.g. <Tab> components in <TabList> and <TabPanel> in <...
Yash Gorasia's user avatar
1 vote
1 answer
369 views

I faced the error below when I tried to add components from the shadcn ui in my Next.js app. I started this project from my other device and there everything was fine. But in my current device I got ...
Anvar Adizov's user avatar
0 votes
0 answers
78 views

I am working on an established SpringBoot project with (usually working) auto configuration and plenty of uses of @Service and @Component. I think I now came accross an edge case, in which SpringBoot ...
TreffnonX's user avatar
  • 2,963
0 votes
1 answer
124 views

My colleagues and me faced the problem that a blazor component (we call it View) is recreated when a root component's StateHasChanged is called. So, at that moment the View's OnInitialized method is ...
VitalySky's user avatar
0 votes
1 answer
191 views

I have been working with Nuxt.js and came across a term called ServerPlaceholder, but I am not entirely sure what it refers to. I couldn't find any official documentation or references to this term in ...
lamlib's user avatar
  • 3
0 votes
1 answer
175 views

I am currently designing a website using Blazor WebAssembly. I have a list that I want to display using the Virtualize component. For basic usage, I found the needed documentation online. However, I'd ...
gustave Robichon's user avatar
-3 votes
1 answer
51 views

I'm building a react weather app where users are allowed to enter their city name and the weather info is displayed back to the user. The problem is, I've got the input and button in a form, and I ...
Azongo Ismail's user avatar
0 votes
1 answer
181 views

I am trying to modify an application that was created 2.5 years ago with Vaadin 23. I have upgraded to Vaadin 24.6.0 and got tons of compilation errors due to deprecation of multiple functions and ...
Gary Greenberg's user avatar
0 votes
1 answer
52 views

I am writing a custom plugin API that should return PDF, I am using Joomla 5 but I see that it only supports JSON as a return via the View, not only that, but it also requires you to be working with ...
Ayoub El Moudni's user avatar
0 votes
2 answers
162 views

I just started learning Laravel & Blade. I am having problem with components File: header.blade.php <header class="bg-blue-900 text-white p-4"> <div class="container ...
Venkata Khadri's user avatar
1 vote
0 answers
256 views

I have been using a blade checkbox component with great success with the last few versions of Laravel. Recently I learned of the @checked and @selected blade directives. I love the simplicity of ...
wruckie's user avatar
  • 1,831
1 vote
2 answers
1k views

I get this error message in console while switiching from one page to another. I dont think I am using the same component in both pages I think it is a new error which might come with react19 but I am ...
Elvin Shahsuvarli's user avatar
0 votes
1 answer
162 views

Do these components use refs as state? When we update the component ref, do we update the DOM directly? When we update the component's ref, does the component render and show the value or the change ...
Gustavo Almeida Cavalcante's user avatar
0 votes
1 answer
97 views

The biggest question is how to manage and update the state of this component internally through the DOM without using the useState hook? How to do re-rendering? I've been researching a lot on the ...
Gustavo Almeida Cavalcante's user avatar
1 vote
1 answer
29 views

I have created a simple "more-less text" component, which is based on the Tailwind hidden class and the bound more variable. The code is below: <!-- More.vue --> <template> &...
Александр Ермолин's user avatar
1 vote
2 answers
271 views

In RAD Studio 12.2 C++Builder, I created a new component called TGroupBoxE derived from TGroupBox. It inherited all of the graphic properties of TGroupBox. I want the new component to not use the ...
Lubo's user avatar
  • 11
-5 votes
1 answer
95 views

https://github.com/89missions/reactproblem/issues/1 I have posted all three files here please help. react-dom.development.js:4312 Uncaught Type Error: props.UserName is not a function at userValue (...
Kweku Gyekete's user avatar
0 votes
0 answers
69 views

I have button icon which is a separate component. I need to give the tab focus on this element after page is rendered. I am using Composition API in Vue 3. I tried adding ref to this component but it ...
Danu's user avatar
  • 21
1 vote
0 answers
88 views

In this example, we can see how keyframes work in anime.js. Inspired by this answer and A-Frame doc, I tried to apply it with the following code without success: /* global AFRAME */ AFRAME....
Mario's user avatar
  • 43
0 votes
2 answers
92 views

I am trying to test this simple circuit in OMEdit and OMShell, but it fails. Why? model RCCircuit // Components Resistor R1(R=1e3); // Resistor with value 1k ohms Capacitor C1(C=1e-6); // ...
Pascal77's user avatar
1 vote
0 answers
163 views

I'm working on creating components in twig, and since this is supposed to be a "somewhat replacement" for front end components (like ember/react), I wanted to see if there is a way to ...
UXerUIer's user avatar
  • 2,346

1
2 3 4 5
235