badoux / goscraper

Golang pkg to quickly return a preview of a webpage (title/description/images)
MIT License
108 stars 38 forks source link

React? #4

Closed steviesama closed 5 years ago

steviesama commented 7 years ago

How would this handle an SPA like React? Does the JavaScript evaluate?

itsdarrylnorris commented 6 years ago

This type of data should belong from an SSR website if React is set to compile in the server, in theory, should work just fine.