rackt icon indicating copy to clipboard operation
rackt copied to clipboard

guidance on deploying rackt app

Open stchang opened this issue 4 years ago • 1 comments

Hi, thanks for this great package.

I'm experimenting with a few potential improvements using macros.

Would it be useful to add a few steps in the readme describing how to integrate Rackt with RacketScript and deploy a Rackt app?

(I had to manually edit some compiled files to properly point to rackt.rkt.js, depending on where I installed the pkg)

Also, I noticed the example page uses vite. Is this the standard way to load React? (Sorry, I'm a newb at frontend development)

Thanks again for creating this!

stchang avatar Jul 27 '21 15:07 stchang

@stchang sorry for not answering (I had some issues). Yes, of course. I'll improve the readme.

Also, I noticed the example page uses vite. Is this the standard way to load React?

It's not the standard, it's just an alternative to webpack. I'll explain why I used vite instead of webpack in the readme as well

daynin avatar Aug 25 '21 16:08 daynin