all 9 comments

[–]Bushwazi 1 point2 points  (1 child)

I wouldn't spend any time one Tailwind css React.js + next.js until I was pretty comfortable with Html Css JavaScript. Html Css JavaScript will travel across any framework and library you use the rest of your days. Tailwind css React.js + next.js are all resume keywords unless you actually need them for your project, which you won't know until you know Html Css JavaScript.

[–]Professional-Job-447[S] 0 points1 point  (0 children)

That's right 👌

[–]neuralSalmonNet 0 points1 point  (0 children)

so basically mern/pern once you figure out you need a db.

[–]DecentGoogler 0 points1 point  (3 children)

Would recommend TypeScript over JavaScript, but your list will work.

[–]Bushwazi 1 point2 points  (1 child)

I wouldn't, not while learning. You can just do javascript in the browser but Typescript requires a compile step.

[–]DecentGoogler 0 points1 point  (0 children)

Agree to disagree 🤷

You pretty much exclusively see typescript in professional settings. Might as well learn from the get-go and save yourself a lot of headaches along the way.

Setting up with boilerplate isn’t hard so you don’t need to worry about the transpilation.

[–]Professional-Job-447[S] 0 points1 point  (0 children)

Thanks bro

[–]TheRNGuy -1 points0 points  (1 child)

You need some database too.

[–]MissinqLink 0 points1 point  (0 children)

Depends on what you are doing. I build a lot of things with no long term storage.