Fork me on GitHub
#clojurescript
<
2020-02-28
>
dmarjenburgh09:02:12

What do people use to add asset fingerprinting to their cljs build?

dmarjenburgh09:02:05

:star-struck: I didn’t know about that. I’ve been out of the loop, haha

Hojat17:02:48

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

knubie20:02:12

I’ve not used fulcro, but I’m using a node server written in clojurescript to SSR a reagent/re-frame app.

Hojat16:03:32

Thanks @UFJCSRT2M Would you plz send a link of it

knubie16:03:59

@UQRGVS3MG Sorry but it’s closed source. Would be happy to help out if run into any issues setting it up.

Hojat16:03:40

Just a question @UFJCSRT2M Have you been able to solve the dynamic routes in your project?

knubie17:03:50

What do you mean by dynamic routes?

Hojat17:03:30

Something like this When a user requests for /Category/item/:id The response must be server side rendered

Hojat17:03:08

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

knubie17:03:26

Yeah, I’m actually just using express.js to handle the routing

knubie17:03:03

in the route handler I’m building up the re-frame state using dispatch-sync

Hojat17:03:03

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

knubie17:03:00

expo is pretty nice, but I wasn’t able to use it because it doesn’t support native extensions