sean
sean
Explore posts from servers
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Just build your project xD
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
In the past I used to waste way too much time fixing problems like this, it's just not worth it
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Probably would be the smoothest option
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Because if I were you I wouldn't risk going crazy and just go with the recommended alternatives: https://deno.land/[email protected]/basics/react
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Or is it a brand new thing?
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Do you have a node project that you need to convert to Deno?
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
There are other people having your same issue apparently
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
Yup, you aren't the only one
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
I honestly don't know for sure
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
import "npm:react@^18.2";
import "npm:react-dom/client@^18.2";
import "npm:react-router-dom@^6.4";
import "npm:react@^18.2";
import "npm:react-dom/client@^18.2";
import "npm:react-router-dom@^6.4";
These?
18 replies
DDeno
Created by OmegaPirat on 8/17/2023 in #help
External dependencies with npm specifier in combination with vite does not work.
18 replies
TTCTheo's Typesafe Cult
Created by Casal0x on 8/17/2023 in #questions
Custom 404 page with multiple layouts
P.S. There's nothing more annoying than a react hydration error, I absolutely hate those
43 replies
TTCTheo's Typesafe Cult
Created by Casal0x on 8/17/2023 in #questions
Custom 404 page with multiple layouts
Instead of doing how you did, did you think about doing something among the lines of:
return (
<YourLayout>
{asPath.startsWith("/dashboard") ? <Dashboard404/> : <Default404/> }
</YourLayout>
)
return (
<YourLayout>
{asPath.startsWith("/dashboard") ? <Dashboard404/> : <Default404/> }
</YourLayout>
)
43 replies
TTCTheo's Typesafe Cult
Created by Casal0x on 8/17/2023 in #questions
Custom 404 page with multiple layouts
No, it isn't bad xD
43 replies
TTCTheo's Typesafe Cult
Created by Casal0x on 8/17/2023 in #questions
Custom 404 page with multiple layouts
And you want to have different error pages, depending if you are on /dashboard or on the main route?
43 replies
TTCTheo's Typesafe Cult
Created by Casal0x on 8/17/2023 in #questions
Custom 404 page with multiple layouts
What does your folder structure look like?
43 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
Haha I get that
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
No problem, have a good one :)
27 replies
DDeno
Created by pronoob on 8/17/2023 in #help
Question about for loops
Yup it's the last step.
27 replies
TTCTheo's Typesafe Cult
Created by Ryan on 8/17/2023 in #questions
How to automatically sign-in user in after they click a verify email link sent to their email inbox?
.
25 replies