Тёмный
Jolly Coding
Jolly Coding
Jolly Coding
Подписаться
Hi I'm James. I like to stay up to date in the world of development and use this channel as a chance to dig into things and share with others.
Is this "Next-Generation TypeScript"?
12:31
Месяц назад
Top 5 NEW Features in TypeScript 5.6
14:43
Месяц назад
I Ditched Prettier and ESLint (Here's Why)
13:07
3 месяца назад
Why You Should Use React Aria Components...
30:08
3 месяца назад
The END of Remix?!? - Huge React Announcement
12:49
4 месяца назад
Why I LOVE Open-Source!
20:36
4 месяца назад
Type-Safe Environment Variables in JavaScript
13:00
4 месяца назад
TypeScript FINALLY fixed this...
9:04
5 месяцев назад
Supabase and NextJS 14:  Auth and Server Actions
1:19:31
5 месяцев назад
NEW Drag and Drop Library for ANY framework
18:07
5 месяцев назад
STOP using Layouts for Authentication!
7:26
5 месяцев назад
Weird and Funny JavaScript Quirks
22:46
6 месяцев назад
This UI Library Update is AWESOME!
7:36
6 месяцев назад
A UNIQUE Way to Write React
3:33
6 месяцев назад
STOP using outer margins
5:42
6 месяцев назад
This UI Library is AWESOME
4:43
6 месяцев назад
This is the FUTURE for User Experience
6:30
6 месяцев назад
What's NEW in React 19
11:17
7 месяцев назад
Create a React App in 2024
8:45
7 месяцев назад
10 Open-Source NextJS Projects to Learn From
10:58
8 месяцев назад
AWESOME hooks to add to your projects
12:50
8 месяцев назад
Adobe's NEW UI Library, and Mine...
6:36
8 месяцев назад
Комментарии
@yacinebenzi
@yacinebenzi День назад
Why not handle all redirections from the middleware instead of importing the same code of user data from supabase to verify !user?
@furycorp
@furycorp 2 дня назад
If you thought using wget or curl to pull in code from a random URL and then blindly execute it on your workstation was a good idea you'll love the new cli
@jefferyirenkyi
@jefferyirenkyi 6 дней назад
The new update does not have this
@JollyCoding
@JollyCoding 5 дней назад
It’s under the blocks tab now. Or have I misunderstood?
@flozero
@flozero 6 дней назад
really interesting
@Vir7uaLGameplays
@Vir7uaLGameplays 7 дней назад
Any idea why the devDependencies arent being installed? { name: 'codeSnippet', type: 'registry:ui', dependencies: ['react-syntax-highlighter'], registryDependencies: ['alert-dialog', 'button'], devDependencies: ['@types/react-syntax-highlighter'], files: [ { path: 'ui/codeSnippet/index.tsx', target: 'components/breeze-ui/codeSnippet.tsx', type: 'registry:page' } ] }
@teguhbagasmardiansyah
@teguhbagasmardiansyah 7 дней назад
i really like this, add search feature, and add image content in blog bro, please
@teguhbagasmardiansyah
@teguhbagasmardiansyah 8 дней назад
big thanks man! add image blog and create table of content please
@prashlovessamosa
@prashlovessamosa 10 дней назад
Great 👍
@tuannguyenanh7466
@tuannguyenanh7466 10 дней назад
Super cool. Thanks for such a very helpful video.
@vovasvidinsky1369
@vovasvidinsky1369 10 дней назад
Happy for those who managed to understand something😂. Looks like video to show off, not to really explain.
@JollyCoding
@JollyCoding 10 дней назад
Tried to explain a rough implementation, hopefully in the future with the NPM package it will become a lot easier. Sorry!
@sujayxaradhya
@sujayxaradhya 10 дней назад
Exactly 💯
@Vir7uaLGameplays
@Vir7uaLGameplays 8 дней назад
I did managed to understand and successfully applied to one of my projects.
@prashlovessamosa
@prashlovessamosa 10 дней назад
Please make a video on Biome.
@JollyCoding
@JollyCoding 10 дней назад
I did one here! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-f_4k0XYvQjQ.html Anything more you would want to see?
@prashlovessamosa
@prashlovessamosa 10 дней назад
Great thanks for sharing I was reading docs this clears some of my doubts thanks
@JollyCoding
@JollyCoding 10 дней назад
► HACKING SCALE NEWSLETTER jollycod.ing/newsletter Find more programming tutorials from me over at jollycod.ing/betterstackyt
@MaxRohowsky
@MaxRohowsky 10 дней назад
awesome! helped!
@PP-ss3zf
@PP-ss3zf 14 дней назад
this might be a stupid question. but do we have to go down different routes if we build in web first vs native first, but have plans to eventually use both?
@svarupdesai
@svarupdesai 15 дней назад
We can define "getAllUser" with export in a separate file that does not have "use server" and then reuse it in the server action, and to make sure we called "getAllUser" only from the server side we can use import "server-only"; in that file
@풍월상신
@풍월상신 17 дней назад
Thank you Jolly. Many parts of Supabase & NextJS Auth for me is clearerer than ever. Maybe I need to watch this video onece more tomorrow.
@stcode59
@stcode59 18 дней назад
bro idk how but i wrote the same SiteHeader and no parent component interaction and my header <div container> is not centered and pushing to the left side so i added mx-auto and all worked but idk how you dont have the same problem with exactly de same code
@suvaranjanpradhan-s4f
@suvaranjanpradhan-s4f 18 дней назад
Adding Search and copy code button would be great. But it is good by the way.
@ashutosh.gaurav
@ashutosh.gaurav 20 дней назад
Thanks bro😊
@devlearnllm
@devlearnllm 22 дня назад
Really good tutorial. Covers exactly the part I needed.
@edxtech
@edxtech 23 дня назад
This is amazing! It's a shame the expo-dev-client package seems to be broken in this release though. Has anyone made it work?
@付延兵-c3z
@付延兵-c3z 26 дней назад
来个中文翻译的🎉🎉🎉
@ComisarioLobo
@ComisarioLobo 26 дней назад
Hi, thanks for the video, I switched to biome but in my astrojs project I'm not able to sort my tailwind classes. Even when running npx biome check --unsafe. I also added this to my biome.json "linter": { "rules": { "nursery": { "useSortedClasses": "error" } } } but it doesn't work, maybe do you have an advice or can create a follow up video?
@WengKittTangKLN
@WengKittTangKLN 27 дней назад
Write once, Run everywhere 🤯
@zendatastudio
@zendatastudio 27 дней назад
I think in most usecases securing the API will be enough, but if you absolutely need to hide everything then go for middleware.
@evheniydan
@evheniydan 28 дней назад
What is hidden under "..." in dl, dt & dd tags? Is this some extension to hide class?
@thisweekinreact
@thisweekinreact Месяц назад
Great new feature 🔥 love how you can communicate with native using props
@a-yo9312
@a-yo9312 Месяц назад
Can i use peerjs with this?
@풍월상신
@풍월상신 Месяц назад
I have a question. As far as I understand about ShadCN/whatever Toastifier, it needs a Dom for itself to generate the Toaster Dom in document.root level. But in your Index Component, you just passed notify function as a prop without adding a Dom for Toaster, and it works. Is this because Expo "use dom" handles everything? or is there a Dom for Toaster somewhere else?
@a-yo9312
@a-yo9312 Месяц назад
Will this work for nextjs ?
@ArabPhalastine
@ArabPhalastine Месяц назад
I only use ionic .better full web view with native features
@AllahomAnsorGaza
@AllahomAnsorGaza Месяц назад
please slow downnnnnnnnnnnn for non english viewers :(
@jessequartey
@jessequartey Месяц назад
Capacitor and Flutter has their end coming. I swear the moment you think React and the JavaScript community is really resilient This is the only place i think using RSC is going to smash harrrrdddddd.
@zejiaann
@zejiaann Месяц назад
hey, great video so far, could I check how can I add a table of contents within the blog page?
@tbaines81
@tbaines81 Месяц назад
A huge thank you for this tutorial. You helped me out tremendously. If possible, would you be able to guide me or step me in the right direction on how to pass a featured image of a blog post through the post-item.tsx file to be displayed on the blog/page.tsx file? Thanks again for this excellent tutorial.
@leularia
@leularia Месяц назад
@t3dotgg
@vvelarm
@vvelarm Месяц назад
Capacitorjs does this too
@azizsafudin
@azizsafudin Месяц назад
How can you create native components in capacitor?
@a-yo9312
@a-yo9312 Месяц назад
Does it do it better, I want to make a mobile app using webRTC, already doing a desktop app using peerjs
@vyxian00
@vyxian00 Месяц назад
Whats the diff vs PWA aside from the native functions.
@bahyusanciko
@bahyusanciko Месяц назад
haha its ionic
@leularia
@leularia Месяц назад
ionic on steroids
@o_glethorpe
@o_glethorpe Месяц назад
It justs embed a webview, you guys need to chill out.
@jotaroisdarius1918
@jotaroisdarius1918 Месяц назад
which is good enough for crud apps
@jenismaharjan2883
@jenismaharjan2883 Месяц назад
Bros eyes look like he in the clouds but good content
@JollyCoding
@JollyCoding Месяц назад
Can’t remember when I filmed this but I’d guess it wasn’t at a sensible hour, or I had about 4hrs sleep 😂
@abdulhannan5672
@abdulhannan5672 Месяц назад
This is one of the most insane things I've watched as a react-native developer in months. Looks like Expo has really been cooking lately. 🔥
@justafreak15able
@justafreak15able Месяц назад
This was what we all needed from the beginning.
@Harshit.git911
@Harshit.git911 Месяц назад
wtf! This is soooooooooooo goooooooooooooodddddddddddddd
@jomelortega7902
@jomelortega7902 Месяц назад
What’s the logic behind adding NoSelect component? Anyone?
@JollyCoding
@JollyCoding Месяц назад
It’s to mirror the behaviour of native apps better I believe. If you notice with most apps you can’t select text, as there’s usually another action that can occur from a tap or hold.
@Senseidudu
@Senseidudu Месяц назад
this revolutionary web devs going into mobile dev
@vvelarm
@vvelarm Месяц назад
Capacitorjs does this too
@DihCpsPsy
@DihCpsPsy Месяц назад
This is really great! The only thing stopping me to fully switch to it, is the tailwind sorting nursery, waiting on it to be fully developed! But Biome is already awesome, I use it on all my personal projects.
@Mavesound
@Mavesound Месяц назад
What if you’re on next?