This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-28
Channels
- # announcements (30)
- # architecture (9)
- # aws (2)
- # babashka (23)
- # beginners (55)
- # cider (22)
- # clj-kondo (40)
- # clojure (47)
- # clojure-europe (4)
- # clojure-france (2)
- # clojure-italy (17)
- # clojure-nl (16)
- # clojure-norway (1)
- # clojure-sanfrancisco (1)
- # clojure-seattle (1)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojured (3)
- # clojurescript (15)
- # core-async (11)
- # cursive (19)
- # data-science (3)
- # emacs (7)
- # events (4)
- # figwheel-main (10)
- # fulcro (33)
- # graalvm (49)
- # graphql (11)
- # instaparse (1)
- # java (7)
- # kaocha (1)
- # leiningen (7)
- # malli (3)
- # meander (69)
- # pathom (9)
- # re-frame (4)
- # rum (2)
- # shadow-cljs (34)
- # spacemacs (9)
- # sql (29)
- # tree-sitter (1)
- # yada (3)
What do people use to add asset fingerprinting to their cljs build?
:star-struck: I didn’t know about that. I’ve been out of the loop, haha
Hi every one What are the solutions to solve ssr in clojurescript and creating a mobile app using the same code base developed for web app(mostly)? Is it a good choice to use fulcro because it seems that it has all of these problems solved
I’ve not used fulcro, but I’m using a node server written in clojurescript to SSR a reagent/re-frame app.
Thanks @UFJCSRT2M Would you plz send a link of it
@UQRGVS3MG Sorry but it’s closed source. Would be happy to help out if run into any issues setting it up.
Just a question @UFJCSRT2M Have you been able to solve the dynamic routes in your project?
Something like this When a user requests for /Category/item/:id The response must be server side rendered
It's better to be asked the output of your code is static pages or it includes dynamic pages too? The way next.js can handle it
Ty @UFJCSRT2M I'm really a beginner in clj/s world was worried about choosing the wrong tools set for my carrier path I gonna start a new web app that needs ssr and off course a mobile app after the web is ready I've heard a bit about expo and I hope it can help me with that part Ty I really do appreciate that