GSAP is amazing but it is not written for React specifically. Its integration in React is difficult but overall, it is the standard for awwwards websites.
@@codegenix I can see why you think that. I only use GSAP in my projects when doing web motion and even tho they added a useGSAP hook for react to handle clean up automatically, it can still get confusing to properly handle animations specially context based animations. Despite this issue I'm so used to using GSAP that i'm too afraid to try anything else.😅 At least I'm learning I guess.
Great content, very professional. Only 3k subs is absurd. This is gonna blow up soon, with more then 100k subs in less then a year. Not subscribing this channel should be a crime.
Hi! Thank you for the video and the thought-provoking content. I'm planning to build full-stack apps and have been considering the following technologies: #Frontend: - Next.js (JavaScript) - React Query - Zustand - React Hook Form - Zod - Tailwind CSS - Framer Motion - Shadcn (after watching your video) - Lucide Icons (after watching your video) - Jest (for testing) - Firebase (as the database) #Backend: - Nest.js (TypeScript) - GraphQL - Firebase (as the database) - Swagger (for API documentation) - Jest (for testing) I'm working on developing two applications: Admin and Client for a Learning Management System (LMS), similar to Udemy or Coursera, as well as handling requests for document translations from the source to the target language. I'm still exploring options for a rich-text editor, video players, and other related features. I would really appreciate any advice you could offer on these technologies. Thanks again!
@oleksandrvoichyshyn7486 I'm really glad that you liked it and accept my apology for my delayed response. The project that you just mentioned is very huge and is at an enterprise level. Pick your options with so much care and try to gather a very good team of product owners and developers. The stack you just mentioned in perfect. These are some of my recommnedations: Definitely try to use nextjs with typescript to make your project scalable. Using react query in nextjs violates the nextjs structure. Use server components and server actions mostly to have the best performance and only use react query at places where you need high interactivity. Also if you want to experience the best DX and great type safety between the backend logic and your front end logic, try to use nextjs mostly for backend side of your project also. Try to use another nodejs backend solution like nestjs or express whenever you need to write a service when you need to implement a complex scenario. Also instead of documenting your api using swagger, use Scalar because it is modern and swagger is not maintained anymore.
@@codegenix No worries at all, and apologies for not seeing your response earlier. Thank you so much! I truly appreciate your feedback and all the valuable advice. I’m really excited to dive deeper into everything you’ve suggested. What you’re doing is amazing, and I’ll definitely be looking forward to your next video! 😃
I use svelte and 0 other dependencies for routing, state management, forms, animations and tables since those things are either natively supported by sveltekit or html/css
Svelte is amazing. If you have worked with both React and Svelte, how would you compare them together? Which one is better for which types of projects?
@@codegenix I'm currently working with React, but React is inferior from every point of view. React is harder, requires more boilerplate and is easy to get poor performance if you don't memoize everything. React requires you to understand the hooks, the fact that every time a component is re-rendered its function is re-executed and all the state has to be immutable and it doesn't provide a solution for styling out of the box. With Svelte you don't have to care about anything, you just write what you would write in a vanilla JS project and the framework take care of the reactivity magically and you don't have to fill your codebase of spread operators for every mutation.
@@codegenix never tried but it looks better than react, react is following solid's steps with its compiler in preview. In principle if you can easily integrate a vanilla Js library without creating ad hoc wrappers but leveraging only on onMount "hook" then solid is definitely a good solution. Another pain point of react is that it behaves so differently from "normal" imperative code that you need to create complex wrapper around every js library to use them.
Helpful video. Please consider my feedback: 1. Reduce the music volume a bit and increase your voice volume. 2. Add subtitles - people who cannot hear or cannot understand your accent can benefit. 3. Limit VFX - too much animation makes it hard to follow. Thank you!
Hi, Why do we need react-query in NextJS, where we can use server action in server component. Would you please make a tutorial about NextJS, react-query, and zustand? It is going to be valuable . Thank you in advance.
@ashfakhossainevan791 When your app requires high interactivity and reactivity, such as in an admin dashboard, using server actions can be a headache and may not be suitable for these scenarios (although server actions do have their appropriate use cases). Due to the lack of experience among many UA-camrs and the misguided hype they create, it often leads to confusion among developers. Just ask one of them how they handle and maintain 600 API calls in their application.
Please what would you said between nextjs and remix, i'am quandring about these framework, i've done some project on nextjs, but its overwhelming to me but because of it unstable upgrade, and i heard about remix. please can you help me to dispelling this quandring to me. thanx
Hey, just an advice as an video editor you should try to use of keyframe interpolation on your software like After Effect. You can search a tutorial with terms like Ease In/Out Keyframe *Your Software Name*. I think it will greatly improve the quality and profesionnalism of your animations.
Shadcn is good but for me React Aria really shines for its Aria-compliant and accessible components, plus it's also easily stylable with either vanilla, css-in-js or tailwindcss.
Great Video! I often look up to your channel to check if there is something you have uploaded. Well, as a front end developer, how can I work and practice API? I do not want to focus on building backend and use the complicated BAAS tools. Any idea please? and also where can I find complicated react functional challenges to sharpen my skills? because I faced a challenge from a company few months ago. they asked me to build an UI where I can split the UI for infinite times. It was exciting but totally new to me and most of the online challenges are like: ;'build todo' and stuff. so kindly share me resources where I can face more complex challenges.
I'm so glad that you like my videos. I really appreciate it. Nextjs is an amazing option for you if you don't want to focus on backend development. You can easily develop a full stack project with your current front end skills with only a little bit database knowledge using modern orms like drizzle and pirsma without dealing with complexity that backend libraries like express and nestjs provides.
@MahirAlamTohan Many of the viewers recommended Mantine, praising its well-written documentation and active community. Additionally, tRPC is an excellent choice if you have a tightly coupled backend and frontend and need type safety.
@@codegenix Thank you for your fast reply. I will wait for more videos from you. and I will be very happy if you can make a video on tRPC It is a tech I am not very familiar with. Though It is popular but It doesn't has many tutorial with Next JS. I use t3 so I didn't had to dive deep into it.
I have just one question we really need state management library like redux or zustand, i work with React toolkit and it's totally for clients but for next js i don't think we need state management.
@jacquelynecarmen Depending on the use case, it may be necessary. For example for highly interactive user interfaces, a state management and even a server state management library might be very helpful. Even opening and closing a simple dialog might be difficult without state management solutions.
@karanborana8540 Thanks bro, I didn't know the library that you just mentioned but that is also a very solid choice. Ag grid is only suitable for grid-based softwares not common scenarios, you're right.
That's an amazing combination and it's more than enough for all types of projects. If your are experienced in python and typescript, then it is a great choice. Separation between backend and frontend is necessary for enterprise level applications.
Been using Django (DRF) and Angular or React for 10 years at work where I've built hundreds of projects from small startup MVPs to large enterprise level. For personal/side projects, usually just Django with maybe a tiny bit of jQuery. Works like a charm.
Can you please list out all the framework or tools you mentioned in the video please, my English is quite bad so it’s hard for me to follow 😊. Thanks a lot! Btw, your content is so great.
@hoapooh0306 Sure, I'm really glad that you liked it! For simple client side apps: react easy router, zustand, swr, rhf, tailwind, shadcn, lucid icons, shadcn tables For more complex and enterprise scenarios: react router, zustand, tanstack query, rhf, zod, emotion, mui, mui icons, framer motion, recharts, mui data grid and vitest For simple performant and seo and content based apps: astro, tailwind, shadcn, lucid icons For complex full stack server side projects: nextjs, tanstack query, zustand, rhf, zod, tailwindcss, shadcn, lucid icons, framer motion, shadcn table.
Master the react ecosystem: 50+ packages. Changes every month. Master angular ecosystem: angular + rxjs Thats it. Grass is starting to look greener on the other side to me.
@@codegenix actually I didn't find reason why I shouldn't use NextJs for a small project. Unless it's extremely simple app like where only html, css needed.
I'm not experienced in remix js and because of lack of experience I should not recommend it. Would you recommend it? How do you compare it with nextjs?
@@codegenix No, I won't be dismissing Next.js and Remix.js. In fact, I'm interested in gathering opinions from people (including yours) about Next.js and Remix.js. I've completed learning React.js and now I'm eager to delve deeper into either Next.js or Remix.js frameworks.
thanks for your information please consider making videos of creating rather simple or more complex projects using the combination that you named. as well as some redux
@prashlovessamosa I am truly sorry. The current situation in the country is not good at all, and I am not in a good mental state and unfortunately cannot concentrate. I have almost completed a full Drizzle course, about 90% done, and I will release it soon.
I just updated the Discord server invite link in the channel info bro. But I'm a noob in discord😪. I would be very happy if you check the Discord server and tell me what else should I do.
This is the exact reason why I went from Full blown framework like NextJS to Just using React with Node and Typescript. This Ecosystem works the best for all types of apps (Simple to the most complex apps). Although at enterprise level most of the projects I've worked with use JAVA(spring) or Python(Django) or .Net on the backend. The MERN/PERN always makes it that you're evergreen on your potential and career as there's plenty of opportunities for this stack all around the world(Remote as well as On-site).
Exactly, separating backend and frontend part of any web project is essential to create long-term maintainable projects in the long run. As you said, MERN stack is an amazing choice for these types of scenarios or using React with many other backend technologies that you just mentioned.
Are there any other packages or libraries that you want to add to the combinations? Do you have any other recommendations?
Mantine and tRPC
What do you think about GSAP?
GSAP is amazing but it is not written for React specifically. Its integration in React is difficult but overall, it is the standard for awwwards websites.
fusejs
@@codegenix I can see why you think that. I only use GSAP in my projects when doing web motion and even tho they added a useGSAP hook for react to handle clean up automatically, it can still get confusing to properly handle animations specially context based animations. Despite this issue I'm so used to using GSAP that i'm too afraid to try anything else.😅 At least I'm learning I guess.
Great content, very professional. Only 3k subs is absurd. This is gonna blow up soon, with more then 100k subs in less then a year. Not subscribing this channel should be a crime.
Cannot describe how much you made me happy with your amazing positive energy. I am so glad that you liked❤
Hi! Thank you for the video and the thought-provoking content.
I'm planning to build full-stack apps and have been considering the following technologies:
#Frontend:
- Next.js (JavaScript)
- React Query
- Zustand
- React Hook Form
- Zod
- Tailwind CSS
- Framer Motion
- Shadcn (after watching your video)
- Lucide Icons (after watching your video)
- Jest (for testing)
- Firebase (as the database)
#Backend:
- Nest.js (TypeScript)
- GraphQL
- Firebase (as the database)
- Swagger (for API documentation)
- Jest (for testing)
I'm working on developing two applications: Admin and Client for a Learning Management System (LMS), similar to Udemy or Coursera, as well as handling requests for document translations from the source to the target language.
I'm still exploring options for a rich-text editor, video players, and other related features.
I would really appreciate any advice you could offer on these technologies.
Thanks again!
@oleksandrvoichyshyn7486 I'm really glad that you liked it and accept my apology for my delayed response.
The project that you just mentioned is very huge and is at an enterprise level. Pick your options with so much care and try to gather a very good team of product owners and developers.
The stack you just mentioned in perfect. These are some of my recommnedations:
Definitely try to use nextjs with typescript to make your project scalable.
Using react query in nextjs violates the nextjs structure. Use server components and server actions mostly to have the best performance and only use react query at places where you need high interactivity.
Also if you want to experience the best DX and great type safety between the backend logic and your front end logic, try to use nextjs mostly for backend side of your project also. Try to use another nodejs backend solution like nestjs or express whenever you need to write a service when you need to implement a complex scenario.
Also instead of documenting your api using swagger, use Scalar because it is modern and swagger is not maintained anymore.
@@codegenix No worries at all, and apologies for not seeing your response earlier. Thank you so much! I truly appreciate your feedback and all the valuable advice. I’m really excited to dive deeper into everything you’ve suggested. What you’re doing is amazing, and I’ll definitely be looking forward to your next video! 😃
I use svelte and 0 other dependencies for routing, state management, forms, animations and tables since those things are either natively supported by sveltekit or html/css
Svelte is amazing. If you have worked with both React and Svelte, how would you compare them together? Which one is better for which types of projects?
Show off
@@codegenix I'm currently working with React, but React is inferior from every point of view.
React is harder, requires more boilerplate and is easy to get poor performance if you don't memoize everything.
React requires you to understand the hooks, the fact that every time a component is re-rendered its function is re-executed and all the state has to be immutable and it doesn't provide a solution for styling out of the box.
With Svelte you don't have to care about anything, you just write what you would write in a vanilla JS project and the framework take care of the reactivity magically and you don't have to fill your codebase of spread operators for every mutation.
Thanks for your thorough explanation, What about solid js?
@@codegenix never tried but it looks better than react, react is following solid's steps with its compiler in preview.
In principle if you can easily integrate a vanilla Js library without creating ad hoc wrappers but leveraging only on onMount "hook" then solid is definitely a good solution. Another pain point of react is that it behaves so differently from "normal" imperative code that you need to create complex wrapper around every js library to use them.
Helpful video. Please consider my feedback:
1. Reduce the music volume a bit and increase your voice volume.
2. Add subtitles - people who cannot hear or cannot understand your accent can benefit.
3. Limit VFX - too much animation makes it hard to follow.
Thank you!
Thanks for your thorough explanation bro. I'm gonna consider all of them. Noted!
Hi,
Why do we need react-query in NextJS, where we can use server action in server component. Would you please make a tutorial about NextJS, react-query, and zustand? It is going to be valuable . Thank you in advance.
@ashfakhossainevan791 When your app requires high interactivity and reactivity, such as in an admin dashboard, using server actions can be a headache and may not be suitable for these scenarios (although server actions do have their appropriate use cases). Due to the lack of experience among many UA-camrs and the misguided hype they create, it often leads to confusion among developers. Just ask one of them how they handle and maintain 600 API calls in their application.
Please what would you said between nextjs and remix, i'am quandring about these framework, i've done some project on nextjs, but its overwhelming to me but because of it unstable upgrade, and i heard about remix. please can you help me to dispelling this quandring to me. thanx
What are perfect combination for document based documentation based project
docusaurus.io is the perfect choice for your scenario
You can replace react-hook-form, material UI, emotion, and recharts with Mantine UI. You can thank me later
For testing use following
1. Vitest
2. testing-libray with dom providers
Hey, just an advice as an video editor you should try to use of keyframe interpolation on your software like After Effect. You can search a tutorial with terms like Ease In/Out Keyframe *Your Software Name*. I think it will greatly improve the quality and profesionnalism of your animations.
Thanks for the tip bro. Definitely gonna consider your recommendation🙏
Exactly What many people needed ! straight to the point .
i was looking for what React related tools i should learn . SWR and tenstack query it is
I'm so glad you liked it. You're very welcome.
Thanks. Nice tutorials. Added to my bookmark.
Awesome, thank you!
Any helpful guides for tanstack router?
i love how its explained
I'm so glad you liked it
Is shadcn slow+
It's basically tailwind so it is very fast
It's basically tailwind so it is very fast
can you manage the pitch of the sound , else the video qulaity is good ⭐
Sure. I'm definitely gonna consider it
Shadcn is good but for me React Aria really shines for its Aria-compliant and accessible components, plus it's also easily stylable with either vanilla, css-in-js or tailwindcss.
That's great. Shadcn uses Radix for accessibility under the hood. Have you ever worked with Radix UI?
Great video! I would suggest using an audio filter to reduce the harsh loud "s" sounds.
Thanks for the tip! Do you have any suggestion or software to use?
@@codegenix if you Google sibilance removal, you should get a ton of results for whatever software you use 😄
Appreciate it👌
Great Video! I often look up to your channel to check if there is something you have uploaded. Well, as a front end developer, how can I work and practice API? I do not want to focus on building backend and use the complicated BAAS tools. Any idea please? and also where can I find complicated react functional challenges to sharpen my skills?
because I faced a challenge from a company few months ago. they asked me to build an UI where I can split the UI for infinite times. It was exciting but totally new to me and most of the online challenges are like: ;'build todo' and stuff. so kindly share me resources where I can face more complex challenges.
I'm so glad that you like my videos. I really appreciate it. Nextjs is an amazing option for you if you don't want to focus on backend development. You can easily develop a full stack project with your current front end skills with only a little bit database knowledge using modern orms like drizzle and pirsma without dealing with complexity that backend libraries like express and nestjs provides.
what do you think about mantine and trpc??
@MahirAlamTohan Many of the viewers recommended Mantine, praising its well-written documentation and active community. Additionally, tRPC is an excellent choice if you have a tightly coupled backend and frontend and need type safety.
@codegenix Yeah!
I use tRPC with Next JS because it's backend and frontend are like the same.
@@codegenix Thank you for your fast reply.
I will wait for more videos from you.
and I will be very happy if you can make a video on tRPC
It is a tech I am not very familiar with.
Though It is popular but It doesn't has many tutorial with Next JS.
I use t3 so I didn't had to dive deep into it.
@MahirAlamTohan The drizzle orm + nextjs course will be ready soon. It's exactly what you want
I have just one question we really need state management library like redux or zustand, i work with React toolkit and it's totally for clients but for next js i don't think we need state management.
@jacquelynecarmen Depending on the use case, it may be necessary. For example for highly interactive user interfaces, a state management and even a server state management library might be very helpful. Even opening and closing a simple dialog might be difficult without state management solutions.
Material React Table is also a great alternative for AG Grid, since many features in later are paid.
@karanborana8540 Thanks bro, I didn't know the library that you just mentioned but that is also a very solid choice. Ag grid is only suitable for grid-based softwares not common scenarios, you're right.
What do you think of Python/Django + React/Redux for full stack enterprise software? Or do you recommend something else?
That's an amazing combination and it's more than enough for all types of projects. If your are experienced in python and typescript, then it is a great choice. Separation between backend and frontend is necessary for enterprise level applications.
Been using Django (DRF) and Angular or React for 10 years at work where I've built hundreds of projects from small startup MVPs to large enterprise level. For personal/side projects, usually just Django with maybe a tiny bit of jQuery. Works like a charm.
Can you please list out all the framework or tools you mentioned in the video please, my English is quite bad so it’s hard for me to follow 😊. Thanks a lot! Btw, your content is so great.
@hoapooh0306 Sure, I'm really glad that you liked it!
For simple client side apps:
react easy router, zustand, swr, rhf, tailwind, shadcn, lucid icons, shadcn tables
For more complex and enterprise scenarios:
react router, zustand, tanstack query, rhf, zod, emotion, mui, mui icons, framer motion, recharts, mui data grid and vitest
For simple performant and seo and content based apps:
astro, tailwind, shadcn, lucid icons
For complex full stack server side projects:
nextjs, tanstack query, zustand, rhf, zod, tailwindcss, shadcn, lucid icons, framer motion, shadcn table.
Can you explain which livery is available for react native I want some livery like shadcn etc. Please can you make a video with this topic
Master the react ecosystem: 50+ packages. Changes every month.
Master angular ecosystem: angular + rxjs
Thats it. Grass is starting to look greener on the other side to me.
I use:-
Small: NextJs, SWR, Context API, Styled component, React Hook form, Zod
Large: NextJs, SWR, Redux, Ant/Shadcnui (If needs data grid 'Ant' is best), Formik/Hook form, React icons
They are amazing combinations. Can I ask why do you prefer NextJs for smaller projects too?
@@codegenix actually I didn't find reason why I shouldn't use NextJs for a small project. Unless it's extremely simple app like where only html, css needed.
@@havetrustissue8975 the revalidate path thing doesn't it makes for no need for state management tools?
Where is redux toolkit in recommendation
2:05
Whats the ui name of 4:07 ?
Ant design
@@codegenix thanks
@@codegenix thanks
I love Jotai for state management
How do you compare it with other solutions?
@@codegenix Extraordinarily
simple . Little to no boiler plate code . The exact inverse of Redux .
Fast + simple .
Wow!
what happened to remix.js?
I'm not experienced in remix js and because of lack of experience I should not recommend it. Would you recommend it? How do you compare it with nextjs?
@@codegenix No, I won't be dismissing Next.js and Remix.js. In fact, I'm interested in gathering opinions from people (including yours) about Next.js and Remix.js. I've completed learning React.js and now I'm eager to delve deeper into either Next.js or Remix.js frameworks.
That's amazing👌. I wish you the bests
Remix is now react router.
Please consider writing subtitles as it can be hard to understand what you are saying somethings and UA-cam's auto generated ones are very good.
Doesn't youtube auto generated subtitles work on the video now?? Aren't they available for you?
@@codegenixit not correct as much
Sure I'm gonna consider that. I was not aware of that. Thanks
Great content, but hard to follow, no clear title for each component
Which part?
Great video, but the higheer frequencies in your voice over is a bit harsh, not sure if you had it EQed or something. Just some feedback !
You're right. Thanks for your feedback🙏
The more comments i read the more insecure i get with my Project but I can’t stop with learning even more from these comments😅
Thank you for sharing!
this guide is so cool!
Happy to help!
great video , but it would be wonderful if the music were a bit quieter.
Thank you for your feedback. I'm definitely gonna consider your advice
Quality content 🙌❤️
Cannot thank you enough my friend. Thank you very much.
Nice bro I hope your channel will grow soon
I really appreciate your kindness. Thank you so much
Love the vid! Straight to the point but maybe the pace is a bit too fast
Glad you liked it🙏thanks for your feed back. Noted!
thanks for your information
please consider making videos of creating rather simple or more complex projects using the combination that you named. as well as some redux
Currently working on a full stack project tutorial my friend...
@@codegenix btw are you persian ??
your accent is very simiular
Are dadash😅
@@codegenix بنازم
دوست دارم
@sinamalakzadeh4843 Fadat❤️
React course when? please
✨
Working on it...
1 month nothing uploaded 😅
@prashlovessamosa I am truly sorry. The current situation in the country is not good at all, and I am not in a good mental state and unfortunately cannot concentrate. I have almost completed a full Drizzle course, about 90% done, and I will release it soon.
@@codegenix so sorry
I hope you will be able to tackle all the bad circumstances.
Be happy and healthy
Sorry again
@prashlovessamosa You are an amazing friend. I hope I deserve your kindness❤️🙏
Destino final, fuego en el cielo.
great video, your discord invite seems to be expired. could you please update?
I'm gonna fix it today. Thank you that you noticed.
I just updated the Discord server invite link in the channel info bro. But I'm a noob in discord😪. I would be very happy if you check the Discord server and tell me what else should I do.
May I ask where are you from?
@farid-game Hamoonja😅
@@codegenix It's all clear to me now, dude. Good Luck : 😉 🤞
every new day and a brand new lib for react ecosystem. seems like angular is perfect for me with everything built-in.
That's very true my friend. Angular has an awesome architecture with built-in packages which can be enough for most of the projects.
such an amazing content! damet garm✨
Fadaaaa, merciiii👌
Great content, Please bring a react with typescript course too
Sure. Working on it...
missing your content
Thanx a ton
You're welcome🙏
I got almost every pokemon cards... Framer motion is my next card to catch.
Wonderful! Framer motion opens a new world of opportunities.
Great video bro
I'm glad you liked it
Great stuff, you should use De-Esser on your audio
I'm an audio noob😆. What is that?
@@codegenix basically just reduces the hissing noise (the 's' and 't' words)
Thanks for your recommendation. I get headache whenever try to edit my audio with adobe audition...
Dont need this all Just Laravel + React or Laravel + Vue.js
And you have all the power from the backend and the power in the frontend
Yes Laravel is super mature and is a great choice for the backend.
make tutorial for three js sir....💖
As soon as possible
Bro really don't want to recommend redux 😂
I agree 😂😂😂
Right😅❤️
Subscribed
Thanks bro
Pumped !!!!!
Excellent overview of the React Eco System in 2024. Thanks.
{2024-05-25}
I'm glad you found the overview useful!
1:38 umm 90.3% not subscribed and 9.8 are subscribed.
90.3+ 9.8 = 100.1%
Bro got 0.1 percent extra in 100% 💀
Amazing attention🤣🙏
Lol this thumbnail summarises why I don't want to master the react ecosystem... Simples
Yeah the possibilities are endless
Instead of material UI better to go with primereact it is 👌
I have used primeng for Angular, that was the most complete components catalogues I have ever used! Primetek is amazing.
nice content, music in the background is a bit loud
Noted! Thanks for the feedback
FYI: Zustand is a German word, pronounced 'tsoo-shtand'
Too hard😅
Bit confusing to choose next js knowing how it keep's changing every now and then 🙃
Also it has so many bugs on version 14...
@@codegenix True honestly sticking to vite+React frontend and a separate backend would be great anything I personally use go lang and laravel
Can't agree more👌
This is the exact reason why I went from Full blown framework like NextJS to Just using React with Node and Typescript. This Ecosystem works the best for all types of apps (Simple to the most complex apps). Although at enterprise level most of the projects I've worked with use JAVA(spring) or Python(Django) or .Net on the backend. The MERN/PERN always makes it that you're evergreen on your potential and career as there's plenty of opportunities for this stack all around the world(Remote as well as On-site).
Exactly, separating backend and frontend part of any web project is essential to create long-term maintainable projects in the long run. As you said, MERN stack is an amazing choice for these types of scenarios or using React with many other backend technologies that you just mentioned.
very good video
Thanks for the support, means a lot! 🙌
good video
I'm glad🙏
I have a question are you persian ?
@hosainrahmati5216 Are sotoon😅
ngl tanstack query >> all
shadcn >>
tailwind
Very Distracting motion graphics
Thanks for your feedback. Noted!
I like your viduo
I'm really glad that you liked it!
This is the arrr word
Don't understand what you mean
Ssssssssss
Sss
S
S
S
S
S
Ss
Sssss
S
S
S
S
S
Correct your diction
Sure🤣
chatgpt ahh video
Don't understand what you mean
@@codegenix video structured like an ai made it
@daun55 Premier and After Effects. It took a long time...
@@codegenix i meant like content of it
@daun55 no