rustyspark on Nostr: It looks like you solved this. But Incase you need to do it again here are a few ...
It looks like you solved this. But Incase you need to do it again here are a few other points I am remembering.
The team said it was different if you know MVC models. It’s like he MV combined. As opposed to for example Angular which (I think) is MVC (does that make any sense?) 🤣. So that’s a hard transition for some folks.
They always talked about a “react app” or single page app? Maybe it’s more of an app vs a page?
Related I think pretty much everything is a component. So make components.
Build the app with Create React App (CRA) command to run some kind of build compiler.
That team preferred Vite and switched to that I think from CRA
Trust experts not me. Just some threads to pull on.
The team said it was different if you know MVC models. It’s like he MV combined. As opposed to for example Angular which (I think) is MVC (does that make any sense?) 🤣. So that’s a hard transition for some folks.
They always talked about a “react app” or single page app? Maybe it’s more of an app vs a page?
Related I think pretty much everything is a component. So make components.
Build the app with Create React App (CRA) command to run some kind of build compiler.
That team preferred Vite and switched to that I think from CRA
Trust experts not me. Just some threads to pull on.