stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

This project seems unmaintained any alternatives? #514

Open joshbedo opened 3 years ago

joshbedo commented 3 years ago

Just noticed that my meta tag descriptions weren't updating correctly and this project doesn't seem to be active anymore. Anyone know of good alternatives?

joshbedo commented 3 years ago

Actually just looked into generated build and it looks like its adding its own meta tag and then adding the correct react-helmet meta tag the problem is its adding both.

ricky11 commented 3 years ago

did you fix this? yes it looks like there isn't a maintainer anymore.. too bad as it was a great package..

ml242 commented 2 years ago

This is too good to be abandoned!

ml242 commented 2 years ago

sadly i had to move my project to a next.js build because i couldn't iron out all of the issues i had here. i stand by my former comment though, it's a cool project and would have saved time.

ricky11 commented 2 years ago

@ml242 Would like to know how you added nuxt static site generation to an existing vue project. Did you need to amend a lot of the folder structure in order to incorporate nuxt?

karlhorky commented 2 years ago

sadly i had to move my project to a next.js build because i couldn't iron out all of the issues i had here

Yeah I think moving to Next.js is a good option for create-react-app projects depending on react-snap, since it does seem unmaintained.