the magic guy
Explore posts from serversVite error when evaluating SSR module
Getting this error when navigating to a route
This started happening when I started using suid material.
I have also set SSR to false in
app.config.ts
:
Feels like im missing smth pretty simple here....3 replies
createResource / Suspense blocks rendering
Im trying to understand how to handle async data fetching. Taking an example from the docs, with some modifications. This component seem to block rendering for 5 seconds, before displaying
Data fetched from API
, rather than showing the fallback in the Suspense element while the setTimeout is happening. I feel like im not understanding something here...
11 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by the magic guy on 4/8/2023 in #ask-a-question
BDA400 Introduction to Big Data
Anyone taking this course, any thoughts?
4 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by the magic guy on 1/16/2023 in #ask-a-question
KVM switch recommendations
Looking for a KVM switch for 4 computers. Was browsing Amazon earlier, seems like they all got mixed reviews. Wondering if anyone has a good experience with a particular KVM switch. Preferably from Amazon.
36 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by the magic guy on 12/11/2022 in #ask-a-question
Working with server side rendered content in angular
Say I have an api, that generates some server side rendered content, using express. The generated html and css and such is exposed via the api. How would I handle rendering this content in angular? I'm able to talk to the api to get the html and stuff, but then idk what to do with the content I get back.
6 replies