Тёмный

Full Stack Clojure App - clojure/script + deps.edn + shadow-cljs + Helix + Tailwind 

Daniel Amber
Подписаться 3,9 тыс.
Просмотров 11 тыс.
50% 1

Опубликовано:

 

29 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@benlieberman3731
@benlieberman3731 2 года назад
Bravo, this is seriously one of the best coding walkthroughs I've ever seen. Been feeling pretty overwhelmed by CLJS tooling of late and this clears up so much. Thanks a ton!
@onthecodeagain
@onthecodeagain 2 года назад
Thanks for the awesome comment! Appreciate it :)
@stevendavis7628
@stevendavis7628 2 года назад
Thank you. This will be an invaluable jumo start to building my project.
@onthecodeagain
@onthecodeagain 2 года назад
Awesome!
@viniciustozzi8786
@viniciustozzi8786 2 года назад
This channel deserves more views. Thanks for this content, I learn a lot every new video
@onthecodeagain
@onthecodeagain 2 года назад
Thank you!
@andora5539
@andora5539 2 года назад
This clears up so many things! Thank you! ❤
@simonneutert8326
@simonneutert8326 2 года назад
you are always one step ahead of me! full stack clojure 🥰 thank you!
@onthecodeagain
@onthecodeagain 2 года назад
Thank you sir!
@dusanokovic3392
@dusanokovic3392 Год назад
Great video! Please continue making other full stack Clojure apps
@onthecodeagain
@onthecodeagain Год назад
I will do more!
@nbme-answers
@nbme-answers 2 года назад
the internet is a glorious place ~*🎶on the code again🎶*~
@madeinlaws
@madeinlaws Год назад
Love to watch your video. You didn't create a new video for a long period of time, want to watch your video again.
@onthecodeagain
@onthecodeagain Год назад
Getting back into it thank you!
@ElvinHoney707
@ElvinHoney707 4 месяца назад
For the record, you are awesome!!!
@MartinClausen
@MartinClausen 2 года назад
Looking forward to deployment, that pink page needs to get out into the world. After biltong it will be SAs greatest contribution to the world.
@onthecodeagain
@onthecodeagain 2 года назад
Yes! I will beat out Elon!
@alexIVMKD
@alexIVMKD Год назад
Very impressive!!!
@CalvaTV
@CalvaTV 2 года назад
It's so pretty in pink!
@goohobot
@goohobot 2 месяца назад
Hi, I'm new to shadow-cljs and ClojureScript. Does shadow-cljs support hot reloading without resetting the state? For an example, you make a count button. You click the button to count to 10, then change/add some text elements in the component. Does that reset the count?
@gwenaelchol
@gwenaelchol 2 года назад
As usual great video. Though I have a question. What about Helix and is that different from using re-frame? Does re-frame embedded helix or it has it's own React wrapper? Thanks for explaining.
@onthecodeagain
@onthecodeagain 2 года назад
Thanks a lot! Re-frame and helix are completely separate to my knowledge. Reframe uses hiccup and subscriptionsand events with a single db. Helix doesnt use hiccup and it works more closely to modern react with the hook structure.
@gwenaelchol
@gwenaelchol 2 года назад
@@onthecodeagain Thanks for you precision. It helps understanding the stack. I started a project with re-frame cause I like Clojure writing - and because of your video... - and would like to add an WYSIWYG editor - like in wordpress - to allow user to write article. Is there any you would recommend? Could be a topic for a next video ;-)
@onthecodeagain
@onthecodeagain 2 года назад
@@gwenaelchol haha not sure if I can get to that any time soon, but you could look at implementing quil quilljs.com/docs/download/
@antoniosousa4178
@antoniosousa4178 10 месяцев назад
You are awesome guy!
@diegonayalazo
@diegonayalazo 2 года назад
Thanks!!
@David-iq1kd
@David-iq1kd 2 года назад
What would be your recommended workflow for then running your web app on Mobile? Cordova? A PWA? (Does The Apple store even allow a PWA?)
@onthecodeagain
@onthecodeagain 2 года назад
Capacitor is a really cool way to convert a webapp into a running app. I think PWAs are really only supported as apps on Android.
@David-iq1kd
@David-iq1kd 2 года назад
@@onthecodeagain thanks I'll check out!
@johnharriott7878
@johnharriott7878 2 года назад
I feel like I just jumped into the deep end of the pool. I think I need to start from more of a beginner level
@onthecodeagain
@onthecodeagain 2 года назад
Im going to eventually do a clojure from scratch series
@nonefvnfvnjnjnjevjenjvonej3384
@nonefvnfvnjnjnjevjenjvonej3384 2 года назад
When and why did you start using planetscale?
@onthecodeagain
@onthecodeagain 2 года назад
I dont use it for production because my company hosts on aws rds. But I do think its a cool tool. I use it here because you can create a db for free and I can make videos without having to go through a local mysql setup.
@awake5196
@awake5196 2 года назад
Do you have any interest in clojureDart?
@onthecodeagain
@onthecodeagain 2 года назад
I have never used it. Is it something you use?
@awake5196
@awake5196 2 года назад
@@onthecodeagain Just started learning it, alongside with clojure, going through the basics atm It's currently in development stage but dart -> clojure code conversion works in vscode+calva already and might be helpful for more advanced devs Building cross platform apps this way looks promising to me but what do I know, haha
@bubelerasmeni1846
@bubelerasmeni1846 2 года назад
much of the beauty of life. Even if I let myself slip, that won't keep down forever. Thanks for asking about how tNice tutorialngs went, and I will
@Aprarpa
@Aprarpa 8 месяцев назад
A lot of loud typing, and not so well organized set of ideas. For example, you don’t really frame the tools used and their structure before going into the minutia of how each symbol or keyword is used within one of those tools. Prime examples: shadows, edn. I have a sense of how these tools are relevant to what you’re trying to do, but not much context on how those ecosystems are designed. Thus I had no idea why you went to their documentation when you did. Positives: you did a decent job of describing what the backend project represents at the beginning, however what your front-end conversion was meant to be in its end state was unclear. Perhaps I’m a little spoiled in coming from Haskell and Common Lisp where the assumption is that the core functions or modules will drive all the details so after those are known the rest of the details can be inferred and take similar form.
Далее
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
СОБАКА И  ТРИ ТАБАЛАПКИ Ч.2 #shorts
00:33
"The State of Frontend" by Alexander Davis
26:34
Просмотров 3,8 тыс.
Use Clojure to build an API
33:24
Просмотров 10 тыс.
ClojureScript: React with a Hiccup by David Vujic
33:58
Build your entire tech stack in Rust
7:22
Просмотров 219 тыс.
A History of Clojure by Rich Hickey with Q&A
1:07:02
Просмотров 31 тыс.
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47