Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
184 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
153 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
57 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
84 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
51 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
78 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
132 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
2 votes
1 answer
618 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's user avatar
  • 23
1 vote
2 answers
290 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,514
-1 votes
1 answer
145 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
58 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
101 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
92 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
110 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
69 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

15 30 50 per page
1
2 3 4 5
784