Master the React ecosystem in 2025

  Рет қаралды 53,176

Code Genix

Code Genix

Күн бұрын

Пікірлер: 202
@codegenix
@codegenix 7 ай бұрын
Are there any other packages or libraries that you want to add to the combinations? Do you have any other recommendations?
@wshewm
@wshewm 7 ай бұрын
Mantine and tRPC
@mikes1256
@mikes1256 7 ай бұрын
What do you think about GSAP?
@codegenix
@codegenix 7 ай бұрын
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.
@thecastiel69
@thecastiel69 7 ай бұрын
fusejs
@mikes1256
@mikes1256 7 ай бұрын
@@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.
@thecastiel69
@thecastiel69 7 ай бұрын
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.
@codegenix
@codegenix 7 ай бұрын
Cannot describe how much you made me happy with your amazing positive energy. I am so glad that you liked❤
@தமிழோன்
@தமிழோன் 7 ай бұрын
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!
@codegenix
@codegenix 7 ай бұрын
Thanks for your thorough explanation bro. I'm gonna consider all of them. Noted!
@oleksandrvoichyshyn7486
@oleksandrvoichyshyn7486 3 ай бұрын
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!
@codegenix
@codegenix 3 ай бұрын
@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.
@oleksandrvoichyshyn7486
@oleksandrvoichyshyn7486 2 ай бұрын
@@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! 😃
@Lemmy4555
@Lemmy4555 7 ай бұрын
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
@codegenix
@codegenix 7 ай бұрын
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?
@2gbeh
@2gbeh 7 ай бұрын
Show off
@Lemmy4555
@Lemmy4555 7 ай бұрын
@@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
@codegenix 7 ай бұрын
Thanks for your thorough explanation, What about solid js?
@Lemmy4555
@Lemmy4555 7 ай бұрын
@@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.
@YYoudi
@YYoudi 7 ай бұрын
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.
@codegenix
@codegenix 7 ай бұрын
Thanks for the tip bro. Definitely gonna consider your recommendation🙏
@nanonkay5669
@nanonkay5669 7 ай бұрын
You can replace react-hook-form, material UI, emotion, and recharts with Mantine UI. You can thank me later
@CURIOSITYcapital
@CURIOSITYcapital 7 ай бұрын
For testing use following 1. Vitest 2. testing-libray with dom providers
@whoami-so2hy
@whoami-so2hy 6 ай бұрын
i love how its explained
@codegenix
@codegenix 6 ай бұрын
I'm so glad you liked it
@thrywyn
@thrywyn 7 ай бұрын
Great video! I would suggest using an audio filter to reduce the harsh loud "s" sounds.
@codegenix
@codegenix 7 ай бұрын
Thanks for the tip! Do you have any suggestion or software to use?
@thrywyn
@thrywyn 7 ай бұрын
@@codegenix if you Google sibilance removal, you should get a ton of results for whatever software you use 😄
@codegenix
@codegenix 7 ай бұрын
Appreciate it👌
@BeeBeeEight
@BeeBeeEight 7 ай бұрын
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.
@codegenix
@codegenix 7 ай бұрын
That's great. Shadcn uses Radix for accessibility under the hood. Have you ever worked with Radix UI?
@cariyaputta
@cariyaputta 6 ай бұрын
Thanks. Nice tutorials. Added to my bookmark.
@codegenix
@codegenix 6 ай бұрын
Awesome, thank you!
@UmarQureshi-k8l
@UmarQureshi-k8l 7 ай бұрын
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
@codegenix
@codegenix 7 ай бұрын
I'm so glad you liked it. You're very welcome.
@ashfakhossainevan791
@ashfakhossainevan791 4 ай бұрын
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.
@codegenix
@codegenix 4 ай бұрын
@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 KZbinrs 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.
@Abbatyya
@Abbatyya 2 ай бұрын
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
@krishnaTiwari851
@krishnaTiwari851 4 ай бұрын
What are perfect combination for document based documentation based project
@codegenix
@codegenix 4 ай бұрын
docusaurus.io is the perfect choice for your scenario
@hoapooh0306
@hoapooh0306 7 ай бұрын
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.
@codegenix
@codegenix 7 ай бұрын
@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.
@karanborana8540
@karanborana8540 7 ай бұрын
Material React Table is also a great alternative for AG Grid, since many features in later are paid.
@codegenix
@codegenix 7 ай бұрын
@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.
@binitrupakheti4246
@binitrupakheti4246 7 ай бұрын
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.
@havetrustissue8975
@havetrustissue8975 7 ай бұрын
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
@codegenix
@codegenix 7 ай бұрын
They are amazing combinations. Can I ask why do you prefer NextJs for smaller projects too?
@havetrustissue8975
@havetrustissue8975 7 ай бұрын
@@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.
@AdityaRaj-lj5wf
@AdityaRaj-lj5wf 6 ай бұрын
​@@havetrustissue8975 the revalidate path thing doesn't it makes for no need for state management tools?
@RatherBeCancelledThanHandled
@RatherBeCancelledThanHandled 6 ай бұрын
I love Jotai for state management
@codegenix
@codegenix 6 ай бұрын
How do you compare it with other solutions?
@RatherBeCancelledThanHandled
@RatherBeCancelledThanHandled 6 ай бұрын
@@codegenix Extraordinarily simple . Little to no boiler plate code . The exact inverse of Redux . Fast + simple .
@codegenix
@codegenix 6 ай бұрын
Wow!
@misharyrafique1250
@misharyrafique1250 5 ай бұрын
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.
@codegenix
@codegenix 5 ай бұрын
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.
@xue7483
@xue7483 7 ай бұрын
great video , but it would be wonderful if the music were a bit quieter.
@codegenix
@codegenix 7 ай бұрын
Thank you for your feedback. I'm definitely gonna consider your advice
@srijonp4
@srijonp4 7 ай бұрын
Great content, Please bring a react with typescript course too
@codegenix
@codegenix 7 ай бұрын
Sure. Working on it...
@astronaako
@astronaako 7 ай бұрын
Love the vid! Straight to the point but maybe the pace is a bit too fast
@codegenix
@codegenix 7 ай бұрын
Glad you liked it🙏thanks for your feed back. Noted!
@SnowzNZ
@SnowzNZ 7 ай бұрын
Please consider writing subtitles as it can be hard to understand what you are saying somethings and KZbin's auto generated ones are very good.
@codegenix
@codegenix 7 ай бұрын
Doesn't youtube auto generated subtitles work on the video now?? Aren't they available for you?
@omokaroelliot1942
@omokaroelliot1942 7 ай бұрын
​@@codegenixit not correct as much
@codegenix
@codegenix 7 ай бұрын
Sure I'm gonna consider that. I was not aware of that. Thanks
@Exiledz
@Exiledz 7 ай бұрын
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 !
@codegenix
@codegenix 7 ай бұрын
You're right. Thanks for your feedback🙏
@himesh_89
@himesh_89 7 ай бұрын
Any helpful guides for tanstack router?
@sinamalakzadeh4843
@sinamalakzadeh4843 7 ай бұрын
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
@codegenix
@codegenix 7 ай бұрын
Currently working on a full stack project tutorial my friend...
@sinamalakzadeh4843
@sinamalakzadeh4843 7 ай бұрын
​@@codegenix btw are you persian ?? your accent is very simiular
@codegenix
@codegenix 7 ай бұрын
Are dadash😅
@sinamalakzadeh4843
@sinamalakzadeh4843 7 ай бұрын
@@codegenix بنازم دوست دارم
@codegenix
@codegenix 7 ай бұрын
@sinamalakzadeh4843 Fadat❤️
@NadidLinchestein
@NadidLinchestein 7 ай бұрын
What do you think of Python/Django + React/Redux for full stack enterprise software? Or do you recommend something else?
@codegenix
@codegenix 7 ай бұрын
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.
@punkweb
@punkweb 7 ай бұрын
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.
@jshq8818
@jshq8818 5 ай бұрын
Great content, but hard to follow, no clear title for each component
@codegenix
@codegenix 5 ай бұрын
Which part?
@K.Huynh.
@K.Huynh. 7 ай бұрын
Thank you for sharing! this guide is so cool!
@codegenix
@codegenix 7 ай бұрын
Happy to help!
@favanzzo
@favanzzo 7 ай бұрын
React course when? please
@hendra_it19
@hendra_it19 7 ай бұрын
@codegenix
@codegenix 7 ай бұрын
Working on it...
@MR_White.T
@MR_White.T 7 ай бұрын
can you manage the pitch of the sound , else the video qulaity is good ⭐
@codegenix
@codegenix 7 ай бұрын
Sure. I'm definitely gonna consider it
@luisantoniolopez5145
@luisantoniolopez5145 7 ай бұрын
Destino final, fuego en el cielo.
@sahilkhatri4182
@sahilkhatri4182 7 ай бұрын
Great stuff, you should use De-Esser on your audio
@codegenix
@codegenix 7 ай бұрын
I'm an audio noob😆. What is that?
@sahilkhatri4182
@sahilkhatri4182 7 ай бұрын
@@codegenix basically just reduces the hissing noise (the 's' and 't' words)
@codegenix
@codegenix 7 ай бұрын
Thanks for your recommendation. I get headache whenever try to edit my audio with adobe audition...
@hollywoodhubb
@hollywoodhubb 7 ай бұрын
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
@MahirAlamTohan
@MahirAlamTohan 6 ай бұрын
what do you think about mantine and trpc??
@codegenix
@codegenix 6 ай бұрын
@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.
@MahirAlamTohan
@MahirAlamTohan 6 ай бұрын
​ @codegenix Yeah! I use tRPC with Next JS because it's backend and frontend are like the same.
@MahirAlamTohan
@MahirAlamTohan 6 ай бұрын
@@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.
@codegenix
@codegenix 6 ай бұрын
@MahirAlamTohan The drizzle orm + nextjs course will be ready soon. It's exactly what you want
@mask03310
@mask03310 7 ай бұрын
Quality content 🙌❤️
@codegenix
@codegenix 7 ай бұрын
Cannot thank you enough my friend. Thank you very much.
@jacquelynecarmen
@jacquelynecarmen 7 ай бұрын
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.
@codegenix
@codegenix 7 ай бұрын
@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.
@talhaanwar1005
@talhaanwar1005 7 ай бұрын
Nice bro I hope your channel will grow soon
@codegenix
@codegenix 7 ай бұрын
I really appreciate your kindness. Thank you so much
@impactsongs
@impactsongs 7 ай бұрын
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
@codegenix
@codegenix 7 ай бұрын
Yes Laravel is super mature and is a great choice for the backend.
@Proless_
@Proless_ 6 ай бұрын
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😅
@joja2174
@joja2174 6 ай бұрын
Bro really don't want to recommend redux 😂 I agree 😂😂😂
@codegenix
@codegenix 6 ай бұрын
Right😅❤️
@ronilpatel2294
@ronilpatel2294 6 ай бұрын
make tutorial for three js sir....💖
@codegenix
@codegenix 6 ай бұрын
As soon as possible
@풍월상신
@풍월상신 7 ай бұрын
I got almost every pokemon cards... Framer motion is my next card to catch.
@codegenix
@codegenix 7 ай бұрын
Wonderful! Framer motion opens a new world of opportunities.
@riteshbhoskar153
@riteshbhoskar153 7 ай бұрын
Great video bro
@codegenix
@codegenix 7 ай бұрын
I'm glad you liked it
@B47SY
@B47SY 3 ай бұрын
Is shadcn slow+
@codegenix
@codegenix 3 ай бұрын
It's basically tailwind so it is very fast
@codegenix
@codegenix 3 ай бұрын
It's basically tailwind so it is very fast
@Pareshbpatel
@Pareshbpatel 7 ай бұрын
Excellent overview of the React Eco System in 2024. Thanks. {2024-05-25}
@codegenix
@codegenix 7 ай бұрын
I'm glad you found the overview useful!
@lahcencodery
@lahcencodery 7 ай бұрын
nice content, music in the background is a bit loud
@codegenix
@codegenix 7 ай бұрын
Noted! Thanks for the feedback
@irfanmohammad7269
@irfanmohammad7269 7 ай бұрын
Instead of material UI better to go with primereact it is 👌
@codegenix
@codegenix 7 ай бұрын
I have used primeng for Angular, that was the most complete components catalogues I have ever used! Primetek is amazing.
@Soullumina
@Soullumina 7 ай бұрын
such an amazing content! damet garm✨
@codegenix
@codegenix 7 ай бұрын
Fadaaaa, merciiii👌
@favanzzo
@favanzzo 5 ай бұрын
missing your content
@user-lj4lo7cx7m
@user-lj4lo7cx7m 7 ай бұрын
Whats the ui name of 4:07 ?
@codegenix
@codegenix 7 ай бұрын
Ant design
@user-lj4lo7cx7m
@user-lj4lo7cx7m 7 ай бұрын
@@codegenix thanks
@user-lj4lo7cx7m
@user-lj4lo7cx7m 7 ай бұрын
​@@codegenix thanks
@eddgodoy
@eddgodoy 4 ай бұрын
Subscribed
@codegenix
@codegenix 4 ай бұрын
Thanks bro
@md.redwanhossain6288
@md.redwanhossain6288 7 ай бұрын
every new day and a brand new lib for react ecosystem. seems like angular is perfect for me with everything built-in.
@codegenix
@codegenix 7 ай бұрын
That's very true my friend. Angular has an awesome architecture with built-in packages which can be enough for most of the projects.
@alefalfa
@alefalfa 7 ай бұрын
very good video
@codegenix
@codegenix 7 ай бұрын
Thanks for the support, means a lot! 🙌
@PrMovies0
@PrMovies0 7 ай бұрын
Thanx a ton
@codegenix
@codegenix 7 ай бұрын
You're welcome🙏
@khurramshahzad2444
@khurramshahzad2444 7 ай бұрын
Where is redux toolkit in recommendation
@codegenix
@codegenix 7 ай бұрын
2:05
@farid-game
@farid-game 7 ай бұрын
May I ask where are you from?
@codegenix
@codegenix 7 ай бұрын
@farid-game Hamoonja😅
@farid-game
@farid-game 7 ай бұрын
​@@codegenix It's all clear to me now, dude. Good Luck : 😉 🤞
@danielarvai
@danielarvai 5 ай бұрын
FYI: Zustand is a German word, pronounced 'tsoo-shtand'
@codegenix
@codegenix 5 ай бұрын
Too hard😅
@jongseoklee9477
@jongseoklee9477 7 ай бұрын
good video
@codegenix
@codegenix 7 ай бұрын
I'm glad🙏
@matt-james-c
@matt-james-c 7 ай бұрын
Lol this thumbnail summarises why I don't want to master the react ecosystem... Simples
@codegenix
@codegenix 7 ай бұрын
Yeah the possibilities are endless
@randomperson619
@randomperson619 7 ай бұрын
great video, your discord invite seems to be expired. could you please update?
@codegenix
@codegenix 7 ай бұрын
I'm gonna fix it today. Thank you that you noticed.
@codegenix
@codegenix 7 ай бұрын
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.
@PandaNuker
@PandaNuker 6 ай бұрын
ngl tanstack query >> all shadcn >> tailwind
@2puluh4
@2puluh4 7 ай бұрын
what happened to remix.js?
@codegenix
@codegenix 7 ай бұрын
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?
@2puluh4
@2puluh4 7 ай бұрын
@@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.
@codegenix
@codegenix 7 ай бұрын
That's amazing👌. I wish you the bests
@twitchizle
@twitchizle 7 ай бұрын
Remix is now react router.
@pineapplejuice9814
@pineapplejuice9814 7 ай бұрын
Pumped !!!!!
@prashlovessamosa
@prashlovessamosa 5 ай бұрын
1 month nothing uploaded 😅
@codegenix
@codegenix 5 ай бұрын
@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.
@prashlovessamosa
@prashlovessamosa 5 ай бұрын
@@codegenix so sorry I hope you will be able to tackle all the bad circumstances. Be happy and healthy Sorry again
@codegenix
@codegenix 5 ай бұрын
@prashlovessamosa You are an amazing friend. I hope I deserve your kindness❤️🙏
@Jaber_Dev
@Jaber_Dev 7 ай бұрын
I like your viduo
@codegenix
@codegenix 7 ай бұрын
I'm really glad that you liked it!
@creotove
@creotove 7 ай бұрын
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% 💀
@codegenix
@codegenix 7 ай бұрын
Amazing attention🤣🙏
@vinayakhegde3068
@vinayakhegde3068 7 ай бұрын
Bit confusing to choose next js knowing how it keep's changing every now and then 🙃
@codegenix
@codegenix 7 ай бұрын
Also it has so many bugs on version 14...
@vinayakhegde3068
@vinayakhegde3068 7 ай бұрын
@@codegenix True honestly sticking to vite+React frontend and a separate backend would be great anything I personally use go lang and laravel
@codegenix
@codegenix 7 ай бұрын
Can't agree more👌
@toppojaiwant
@toppojaiwant 7 ай бұрын
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).
@codegenix
@codegenix 7 ай бұрын
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.
@psmontte
@psmontte 7 ай бұрын
Very Distracting motion graphics
@codegenix
@codegenix 7 ай бұрын
Thanks for your feedback. Noted!
@hosainrahmati5216
@hosainrahmati5216 7 ай бұрын
I have a question are you persian ?
@codegenix
@codegenix 7 ай бұрын
@hosainrahmati5216 Are sotoon😅
@joelmilan7835
@joelmilan7835 7 ай бұрын
This is the arrr word
@codegenix
@codegenix 7 ай бұрын
Don't understand what you mean
@arystanbekjetisy7329
@arystanbekjetisy7329 7 ай бұрын
Ssssssssss Sss S S S S S Ss Sssss S S S S S Correct your diction
@codegenix
@codegenix 7 ай бұрын
Sure🤣
@daun55
@daun55 7 ай бұрын
chatgpt ahh video
@codegenix
@codegenix 7 ай бұрын
Don't understand what you mean
@daun55
@daun55 7 ай бұрын
@@codegenix video structured like an ai made it
@codegenix
@codegenix 7 ай бұрын
@daun55 Premier and After Effects. It took a long time...
@daun55
@daun55 7 ай бұрын
@@codegenix i meant like content of it
@codegenix
@codegenix 7 ай бұрын
@daun55 no
3D Parallax Hover Effect in React
14:30
Code Genix
Рет қаралды 1,1 М.
My Top 5 React Libraries for 2023
5:12
Josh tried coding
Рет қаралды 41 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Why did OpenAI move from Next.js to Remix?
10:41
Wes Bos
Рет қаралды 200 М.
7 React Lessons I Wish I Knew Earlier
7:30
Code Bootcamp
Рет қаралды 74 М.
I earn $1,753/day with this SIMPLE tech stack
6:59
Marc Lou
Рет қаралды 446 М.
React vs Angular In 2025
8:23
Impekable
Рет қаралды 6 М.
5 Awesome (FREE) React UI libraries to use in 2024
14:33
Stream Developers
Рет қаралды 1,7 М.
The Easy Way to Design Top Tier Websites
11:54
Sajid
Рет қаралды 655 М.
They made React great again?
4:11
Fireship
Рет қаралды 1,1 МЛН
Setting Up the Perfect Developer Environment on Linux for 2025
11:58
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 210 М.
React Native just dropped a MASSIVE update
15:06
Mehul - Codedamn
Рет қаралды 72 М.