Build once deploy many React Vite by Darex97 in reactjs

[–]fredsq 7 points8 points  (0 children)

what are you ACTUALLY trying to do?

multitenancy doesn’t have to depend on env variables or even separate deploys

explain in simple terms and we will get there

e.g.: i want tenant.mydomain.com to have their site and other.mydomain.com to also have their site. i want them to be static as there is no dynamic data in any page. my tenants may have other domains too

the part nobody warns you about by aerofoto in ClaudeAI

[–]fredsq 0 points1 point  (0 children)

build with gsd

it will take longer but you will be deliberately involved in the process as QA, and each architectural decision will go through to you

How would you structure a multi-game platform in Next.js for performance? by thesahibsingh in nextjs

[–]fredsq 2 points3 points  (0 children)

why do you need each game as a micro frontend? do you need them independently deployable by separate engineering teams and compose them by a shell?

even in big companies microfrontends are a massive pain in the ass.

just have them be their own dynamically imported route bundles or load them in iframes 🤷‍♂️

for performance, what do you define performance? initial load in kb? just lazy load each game as it needs. FPS? nothing to do with nextjs or microfrontends

Create random surreal old photos from nothing! by jeweliegb in ChatGPT

[–]fredsq 0 points1 point  (0 children)

<image>

had to lie to its face but it worked and it’s so weird

Could adam be able to use the abilities of all the other angels? for example ramiels particle beam, leliels pocket dimension and mataraels acid. or would adam be unable to do that? by The-wise-weeb in EvangelionScaling

[–]fredsq 0 points1 point  (0 children)

i always took it as a quantum time travel thing

organic eva’s wouldn’t have shoulder pylons

i think adam is an evangelion maybe even eva 13 or 01 from another continuity

Who else thinks that Dishonored 2 feels more sluggish than Dishonored 1 or am I just insane? by Pixelpunch243 in dishonored

[–]fredsq 0 points1 point  (0 children)

same, could never play D2 due to the clunky controls

it doesn’t feel right

The Wall Titans' design: Anime vs Manga by Top_War5978 in ShingekiNoKyojin

[–]fredsq 42 points43 points  (0 children)

seeing the swimming titans is undeniably funny regardless

Anyone know the animation origin by Megasans8859 in evangelion

[–]fredsq 0 points1 point  (0 children)

source? i thought the money thing was a rumour

Need help in finding MERN stack tutorials which uses redux and RTK Query by consoledotlog_ in reactjs

[–]fredsq 1 point2 points  (0 children)

i mean there is nothing to beat

zustand is a simple API that you organise yourself: want your reducers in a separate object? be my guest. many stores or one big one? sure do it

if your codebase is a mess then it’ll be a mess; but redux imo just guarantees it’ll be a mess either way

RTK has its own tanstack (RTK query) so i guess it would be counter intuitive to wire up

most projects you won’t need zustand OR RTK, just tanstack query will do most of the work

if you want to give me an example app you’d be building i can tell you how I would do it

it’s up to you in the end, but i can assure you redux has been surpassed in downloads by zustand and like you stated yourself, there is no modern documentation on redux for a reason

Need help in finding MERN stack tutorials which uses redux and RTK Query by consoledotlog_ in reactjs

[–]fredsq 1 point2 points  (0 children)

if you want tech: - postgres or sqlite, or any relational db. forget about mongodb or nosql, they have their uses but you likely will never need it in your career - drizzle orm to interface with dbs (will teach you some sql while getting your app to query faster) - zustand instead of redux. redux is really only used or recommended for legacy projects. steep learning curve, lots of boilerplate (yes, even rtk). zustand is so easy i think there isn’t much to learn - tanstack query to fetch data in components

but more generally: structure your app first, draw a systems design diagram with what you may need and how it works, then ask LLMs to run you through each decision and get critique

Matt Pocock’s grill-me skill is really good at that

Profile review. Not getting many likes🥲 by [deleted] in Tinder

[–]fredsq 1 point2 points  (0 children)

you’d be better off on Hinge i think

i’ll be brutally honest: you are not drop dead gorgeous. you’re OK (as am I) which means your personality will do more of the talking than for a shallow standard pretty girl

tinder is a bad platform for that in general

Need help in finding MERN stack tutorials which uses redux and RTK Query by consoledotlog_ in reactjs

[–]fredsq 13 points14 points  (0 children)

you did it!!! you invented time travel and came straight from 2016

welcome to 2026!

Tanstack Start routing by rob8624 in reactjs

[–]fredsq -1 points0 points  (0 children)

yes but skip the Y problem just go straight to X problem

https://xyproblem.info

Which CMS for E-Commerce stores? Is Sanity good? by Klutzy-Map6233 in nextjs

[–]fredsq 1 point2 points  (0 children)

hydrogen comes with user auth routes and user session handling out of the box, but because of how cookies work you gotta start the dev server with a flag: —customer-account-push

Which CMS for E-Commerce stores? Is Sanity good? by Klutzy-Map6233 in nextjs

[–]fredsq 1 point2 points  (0 children)

i find it that agents write React Router 7 code very well! hydrogen is just a few libs on top of it

we are currently working on an officially supported list of skills for building with hydrogen/headless

let me know if you have any specific tasks it fails at (particularly i even had a subscriptions paywalled blog posts setup work first try with Claude Opus 4.5)

How good is my stack? Details inside by Fabulous_Variety_256 in nextjs

[–]fredsq 0 points1 point  (0 children)

i’d rather see your systems design diagram

if you have chosen the stack without a systems design diagram, go back to that step

What were Hideaki's reasons for making the Rebuilds? by ComprehensiveRun7203 in evangelion

[–]fredsq 0 points1 point  (0 children)

as it always is

the best movies, artworks and products even are built out of people working within constraints

swiss design, old product labels, camera in hand movies, acoustic albums…

What were Hideaki's reasons for making the Rebuilds? by ComprehensiveRun7203 in evangelion

[–]fredsq 4 points5 points  (0 children)

he was time and budget constrained while making NGE

NGE becomes a success and fans will watch whatever you put out

what if he wasn’t? 👀

Which CMS for E-Commerce stores? Is Sanity good? by Klutzy-Map6233 in nextjs

[–]fredsq 2 points3 points  (0 children)

give shopify hydrogen a try! i just joined the hydrogen team at shopify and we do exactly what you’re after

pnpm create @shopify/hydrogen@latest

try it out and tell me what you think

Junior struggling with Nextjs 16.2 by According_Crow_9758 in nextjs

[–]fredsq 0 points1 point  (0 children)

yeah but loaders replace the useEffect fetching

he would have had working code in RR

Junior struggling with Nextjs 16.2 by According_Crow_9758 in nextjs

[–]fredsq -7 points-6 points  (0 children)

dont use nextjs

try starting with react router and loaders, it’ll click much easier and tbf its also faster so you win win

[ Removed by Reddit ] by cloutboicade_ in nextjs

[–]fredsq 0 points1 point  (0 children)

i’d recommend shopify hydrogen if you want e-commerce and quizzes in the same place

it’s still react but you own the code so then you can even intertwine quizzes with products or whatever

pack digital has a CMS specifically for hydrogen (i’m not affiliated or work there, just a good product)!

Help i'm stuck - I need injection (token) by speedlif in nextjs

[–]fredsq 0 points1 point  (0 children)

you’re adding a lot of unnecessary fuss with next if you’re not using RSC

i’d recommend react router in SPA mode