introduce-yourself

Passion 2024-07-04T14:47:58.364769Z

Dear everyone. I'm a new learner of clojure. I don't have much time and have only 2 or 3 hours daily but I want to learn this excellent language. Acutally, I'm web developer focusing on Javascript. Clojure can be instead of Javascript perfectly in web development? Which tutorial is the most suitable for the fresher? Thanks.

2
3
πŸ‘‹ 8
πŸ‘‹πŸΌ 1
Giu 2024-07-04T15:25:15.108749Z

Welcome. You will find this community is awesome.

πŸ‘ 1
πŸ™Œ 1
Melody 2024-07-04T16:22:50.760689Z

I have found both of these very helpful and readable, and I return to them as references as well :) https://clojure-doc.org/articles/tutorials/basic_web_development/ https://clojurescript.org/guides/quick-start

πŸ™Œ 1
κΉ€νƒœν¬(taehee kim) 2024-07-05T15:09:29.899749Z

l'm using clojure and clojurescript for web dev in production. (i used typescript for 3 years before) Clojure ecosystem is unique. Some parts are even better than the TypeScript ecosystem, and some are not as advanced as the mainstream ecosystem (which has a lot of money) I recommend... reitit router (backend and frontend isomorphic router) and reitit frontend easy. (like react-router-dom) https://cljdoc.org/d/metosin/reitit/0.7.0/api/reitit.frontend.easy integrant (data driven reloadable workflow) https://github.com/weavejester/integrant honeysql (sql as data) https://github.com/seancorfield/honeysql malli schema (like zod, valibot, yup) https://github.com/metosin/malli shadow-cljs (like webpack) https://github.com/thheller/shadow-cljs reagent or uix, or just react itself with squint https://github.com/pitch-io/uix portfolio (like storybook) https://github.com/cjohansen/portfolio There is my vitest+testing library test setup example (https://github.com/taehee-sp/reagent-vitest-testing-lib/tree/main)

πŸ‘ 1
βž• 1
Karthik 2024-07-07T15:47:55.355579Z

https://yu7.in/cljbook

πŸ‘€ 1