ran icon indicating copy to clipboard operation
ran copied to clipboard

Support SPA with global redirect/rewrite

Open ptone opened this issue 6 years ago • 4 comments

For some JS frameworks all paths should be redirected to /

See #4 here https://routify.now.sh/docs/install

ptone avatar Jan 03 '20 13:01 ptone

I don't quite understand, could you explain it in more detail? Why all paths should be redirected to "/" ?

m3ng9i avatar Jan 06 '20 01:01 m3ng9i

all the path elements beyond / are handled in the JS app - for example see https://github.com/BrewdHQ/sparge

ptone avatar Jan 06 '20 23:01 ptone

I need time to think about that.

m3ng9i avatar Jan 07 '20 13:01 m3ng9i

I did some modifications to support SPA, I'm using to run angular apps here is my fork https://github.com/PMoneda/ran

PMoneda avatar Apr 23 '20 10:04 PMoneda