Are there any other packages or libraries that you want to add to the combinations? Do you have any other recommendations?
@wshewm7 ай бұрын
Mantine and tRPC
@mikes12567 ай бұрын
What do you think about GSAP?
@codegenix7 ай бұрын
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.
@thecastiel697 ай бұрын
fusejs
@mikes12567 ай бұрын
@@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.
@thecastiel697 ай бұрын
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.
@codegenix7 ай бұрын
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!
@codegenix7 ай бұрын
Thanks for your thorough explanation bro. I'm gonna consider all of them. Noted!
@oleksandrvoichyshyn74863 ай бұрын
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!
@codegenix3 ай бұрын
@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.
@oleksandrvoichyshyn74862 ай бұрын
@@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! 😃
@Lemmy45557 ай бұрын
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
@codegenix7 ай бұрын
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?
@2gbeh7 ай бұрын
Show off
@Lemmy45557 ай бұрын
@@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.
@codegenix7 ай бұрын
Thanks for your thorough explanation, What about solid js?
@Lemmy45557 ай бұрын
@@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.
@YYoudi7 ай бұрын
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.
@codegenix7 ай бұрын
Thanks for the tip bro. Definitely gonna consider your recommendation🙏
@nanonkay56697 ай бұрын
You can replace react-hook-form, material UI, emotion, and recharts with Mantine UI. You can thank me later
@CURIOSITYcapital7 ай бұрын
For testing use following 1. Vitest 2. testing-libray with dom providers
@whoami-so2hy6 ай бұрын
i love how its explained
@codegenix6 ай бұрын
I'm so glad you liked it
@thrywyn7 ай бұрын
Great video! I would suggest using an audio filter to reduce the harsh loud "s" sounds.
@codegenix7 ай бұрын
Thanks for the tip! Do you have any suggestion or software to use?
@thrywyn7 ай бұрын
@@codegenix if you Google sibilance removal, you should get a ton of results for whatever software you use 😄
@codegenix7 ай бұрын
Appreciate it👌
@BeeBeeEight7 ай бұрын
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.
@codegenix7 ай бұрын
That's great. Shadcn uses Radix for accessibility under the hood. Have you ever worked with Radix UI?
@cariyaputta6 ай бұрын
Thanks. Nice tutorials. Added to my bookmark.
@codegenix6 ай бұрын
Awesome, thank you!
@UmarQureshi-k8l7 ай бұрын
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
@codegenix7 ай бұрын
I'm so glad you liked it. You're very welcome.
@ashfakhossainevan7914 ай бұрын
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.
@codegenix4 ай бұрын
@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.
@Abbatyya2 ай бұрын
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
@krishnaTiwari8514 ай бұрын
What are perfect combination for document based documentation based project
@codegenix4 ай бұрын
docusaurus.io is the perfect choice for your scenario
@hoapooh03067 ай бұрын
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.
@codegenix7 ай бұрын
@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.
@karanborana85407 ай бұрын
Material React Table is also a great alternative for AG Grid, since many features in later are paid.
@codegenix7 ай бұрын
@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.
@binitrupakheti42467 ай бұрын
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.
@havetrustissue89757 ай бұрын
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
@codegenix7 ай бұрын
They are amazing combinations. Can I ask why do you prefer NextJs for smaller projects too?
@havetrustissue89757 ай бұрын
@@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-lj5wf6 ай бұрын
@@havetrustissue8975 the revalidate path thing doesn't it makes for no need for state management tools?
@RatherBeCancelledThanHandled6 ай бұрын
I love Jotai for state management
@codegenix6 ай бұрын
How do you compare it with other solutions?
@RatherBeCancelledThanHandled6 ай бұрын
@@codegenix Extraordinarily simple . Little to no boiler plate code . The exact inverse of Redux . Fast + simple .
@codegenix6 ай бұрын
Wow!
@misharyrafique12505 ай бұрын
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.
@codegenix5 ай бұрын
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.
@xue74837 ай бұрын
great video , but it would be wonderful if the music were a bit quieter.
@codegenix7 ай бұрын
Thank you for your feedback. I'm definitely gonna consider your advice
@srijonp47 ай бұрын
Great content, Please bring a react with typescript course too
@codegenix7 ай бұрын
Sure. Working on it...
@astronaako7 ай бұрын
Love the vid! Straight to the point but maybe the pace is a bit too fast
@codegenix7 ай бұрын
Glad you liked it🙏thanks for your feed back. Noted!
@SnowzNZ7 ай бұрын
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.
@codegenix7 ай бұрын
Doesn't youtube auto generated subtitles work on the video now?? Aren't they available for you?
@omokaroelliot19427 ай бұрын
@@codegenixit not correct as much
@codegenix7 ай бұрын
Sure I'm gonna consider that. I was not aware of that. Thanks
@Exiledz7 ай бұрын
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 !
@codegenix7 ай бұрын
You're right. Thanks for your feedback🙏
@himesh_897 ай бұрын
Any helpful guides for tanstack router?
@sinamalakzadeh48437 ай бұрын
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
@codegenix7 ай бұрын
Currently working on a full stack project tutorial my friend...
@sinamalakzadeh48437 ай бұрын
@@codegenix btw are you persian ?? your accent is very simiular
@codegenix7 ай бұрын
Are dadash😅
@sinamalakzadeh48437 ай бұрын
@@codegenix بنازم دوست دارم
@codegenix7 ай бұрын
@sinamalakzadeh4843 Fadat❤️
@NadidLinchestein7 ай бұрын
What do you think of Python/Django + React/Redux for full stack enterprise software? Or do you recommend something else?
@codegenix7 ай бұрын
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.
@punkweb7 ай бұрын
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.
@jshq88185 ай бұрын
Great content, but hard to follow, no clear title for each component
@codegenix5 ай бұрын
Which part?
@K.Huynh.7 ай бұрын
Thank you for sharing! this guide is so cool!
@codegenix7 ай бұрын
Happy to help!
@favanzzo7 ай бұрын
React course when? please
@hendra_it197 ай бұрын
✨
@codegenix7 ай бұрын
Working on it...
@MR_White.T7 ай бұрын
can you manage the pitch of the sound , else the video qulaity is good ⭐
@codegenix7 ай бұрын
Sure. I'm definitely gonna consider it
@luisantoniolopez51457 ай бұрын
Destino final, fuego en el cielo.
@sahilkhatri41827 ай бұрын
Great stuff, you should use De-Esser on your audio
@codegenix7 ай бұрын
I'm an audio noob😆. What is that?
@sahilkhatri41827 ай бұрын
@@codegenix basically just reduces the hissing noise (the 's' and 't' words)
@codegenix7 ай бұрын
Thanks for your recommendation. I get headache whenever try to edit my audio with adobe audition...
@hollywoodhubb7 ай бұрын
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
@MahirAlamTohan6 ай бұрын
what do you think about mantine and trpc??
@codegenix6 ай бұрын
@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.
@MahirAlamTohan6 ай бұрын
@codegenix Yeah! I use tRPC with Next JS because it's backend and frontend are like the same.
@MahirAlamTohan6 ай бұрын
@@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.
@codegenix6 ай бұрын
@MahirAlamTohan The drizzle orm + nextjs course will be ready soon. It's exactly what you want
@mask033107 ай бұрын
Quality content 🙌❤️
@codegenix7 ай бұрын
Cannot thank you enough my friend. Thank you very much.
@jacquelynecarmen7 ай бұрын
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.
@codegenix7 ай бұрын
@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.
@talhaanwar10057 ай бұрын
Nice bro I hope your channel will grow soon
@codegenix7 ай бұрын
I really appreciate your kindness. Thank you so much
@impactsongs7 ай бұрын
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
@codegenix7 ай бұрын
Yes Laravel is super mature and is a great choice for the backend.
@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😅
@joja21746 ай бұрын
Bro really don't want to recommend redux 😂 I agree 😂😂😂
@codegenix6 ай бұрын
Right😅❤️
@ronilpatel22946 ай бұрын
make tutorial for three js sir....💖
@codegenix6 ай бұрын
As soon as possible
@풍월상신7 ай бұрын
I got almost every pokemon cards... Framer motion is my next card to catch.
@codegenix7 ай бұрын
Wonderful! Framer motion opens a new world of opportunities.
@riteshbhoskar1537 ай бұрын
Great video bro
@codegenix7 ай бұрын
I'm glad you liked it
@B47SY3 ай бұрын
Is shadcn slow+
@codegenix3 ай бұрын
It's basically tailwind so it is very fast
@codegenix3 ай бұрын
It's basically tailwind so it is very fast
@Pareshbpatel7 ай бұрын
Excellent overview of the React Eco System in 2024. Thanks. {2024-05-25}
@codegenix7 ай бұрын
I'm glad you found the overview useful!
@lahcencodery7 ай бұрын
nice content, music in the background is a bit loud
@codegenix7 ай бұрын
Noted! Thanks for the feedback
@irfanmohammad72697 ай бұрын
Instead of material UI better to go with primereact it is 👌
@codegenix7 ай бұрын
I have used primeng for Angular, that was the most complete components catalogues I have ever used! Primetek is amazing.
@Soullumina7 ай бұрын
such an amazing content! damet garm✨
@codegenix7 ай бұрын
Fadaaaa, merciiii👌
@favanzzo5 ай бұрын
missing your content
@user-lj4lo7cx7m7 ай бұрын
Whats the ui name of 4:07 ?
@codegenix7 ай бұрын
Ant design
@user-lj4lo7cx7m7 ай бұрын
@@codegenix thanks
@user-lj4lo7cx7m7 ай бұрын
@@codegenix thanks
@eddgodoy4 ай бұрын
Subscribed
@codegenix4 ай бұрын
Thanks bro
@md.redwanhossain62887 ай бұрын
every new day and a brand new lib for react ecosystem. seems like angular is perfect for me with everything built-in.
@codegenix7 ай бұрын
That's very true my friend. Angular has an awesome architecture with built-in packages which can be enough for most of the projects.
@alefalfa7 ай бұрын
very good video
@codegenix7 ай бұрын
Thanks for the support, means a lot! 🙌
@PrMovies07 ай бұрын
Thanx a ton
@codegenix7 ай бұрын
You're welcome🙏
@khurramshahzad24447 ай бұрын
Where is redux toolkit in recommendation
@codegenix7 ай бұрын
2:05
@farid-game7 ай бұрын
May I ask where are you from?
@codegenix7 ай бұрын
@farid-game Hamoonja😅
@farid-game7 ай бұрын
@@codegenix It's all clear to me now, dude. Good Luck : 😉 🤞
@danielarvai5 ай бұрын
FYI: Zustand is a German word, pronounced 'tsoo-shtand'
@codegenix5 ай бұрын
Too hard😅
@jongseoklee94777 ай бұрын
good video
@codegenix7 ай бұрын
I'm glad🙏
@matt-james-c7 ай бұрын
Lol this thumbnail summarises why I don't want to master the react ecosystem... Simples
@codegenix7 ай бұрын
Yeah the possibilities are endless
@randomperson6197 ай бұрын
great video, your discord invite seems to be expired. could you please update?
@codegenix7 ай бұрын
I'm gonna fix it today. Thank you that you noticed.
@codegenix7 ай бұрын
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.
@PandaNuker6 ай бұрын
ngl tanstack query >> all shadcn >> tailwind
@2puluh47 ай бұрын
what happened to remix.js?
@codegenix7 ай бұрын
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?
@2puluh47 ай бұрын
@@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.
@codegenix7 ай бұрын
That's amazing👌. I wish you the bests
@twitchizle7 ай бұрын
Remix is now react router.
@pineapplejuice98147 ай бұрын
Pumped !!!!!
@prashlovessamosa5 ай бұрын
1 month nothing uploaded 😅
@codegenix5 ай бұрын
@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.
@prashlovessamosa5 ай бұрын
@@codegenix so sorry I hope you will be able to tackle all the bad circumstances. Be happy and healthy Sorry again
@codegenix5 ай бұрын
@prashlovessamosa You are an amazing friend. I hope I deserve your kindness❤️🙏
@Jaber_Dev7 ай бұрын
I like your viduo
@codegenix7 ай бұрын
I'm really glad that you liked it!
@creotove7 ай бұрын
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% 💀
@codegenix7 ай бұрын
Amazing attention🤣🙏
@vinayakhegde30687 ай бұрын
Bit confusing to choose next js knowing how it keep's changing every now and then 🙃
@codegenix7 ай бұрын
Also it has so many bugs on version 14...
@vinayakhegde30687 ай бұрын
@@codegenix True honestly sticking to vite+React frontend and a separate backend would be great anything I personally use go lang and laravel
@codegenix7 ай бұрын
Can't agree more👌
@toppojaiwant7 ай бұрын
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).
@codegenix7 ай бұрын
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.
@psmontte7 ай бұрын
Very Distracting motion graphics
@codegenix7 ай бұрын
Thanks for your feedback. Noted!
@hosainrahmati52167 ай бұрын
I have a question are you persian ?
@codegenix7 ай бұрын
@hosainrahmati5216 Are sotoon😅
@joelmilan78357 ай бұрын
This is the arrr word
@codegenix7 ай бұрын
Don't understand what you mean
@arystanbekjetisy73297 ай бұрын
Ssssssssss Sss S S S S S Ss Sssss S S S S S Correct your diction
@codegenix7 ай бұрын
Sure🤣
@daun557 ай бұрын
chatgpt ahh video
@codegenix7 ай бұрын
Don't understand what you mean
@daun557 ай бұрын
@@codegenix video structured like an ai made it
@codegenix7 ай бұрын
@daun55 Premier and After Effects. It took a long time...