Closed triyuga closed 5 years ago
I think I created this with the wrong label. I think it should be in talk volunteered
rather than talk requested
.. ?
Hey @triyuga , thanks for volunteering this stuff! I had thought I'd replied last week 😬
Are you ok to present in June?
Early Feedback
@loklaan Yes, June will be fine. And yes I'll update the talk to incorporate your above feedback.
Amazing, thanks Tim looking forward to next month.
Hey @triyuga, looking forward to your talk on Monday 🎉
Lochie is out of town for this meetup so feel free to hit me up if you need anything before then :+1:
Summary of talk
Sometimes you want to make a simple "brochure" website, and you really want to get all the SEO benefits you can from it.
React is so nice to use that it's tempting to use it all the time, but in this case, it's not a good fit.
Typically, to get SEO benefits, you need to server-side render your React application, which means setting up a server, which pretty soon starts to feel like over-kill for our simple "brochure" website...
Enter
react-snapshot
: https://github.com/geelen/react-snapshot which allows us to get the benefits of server-side rendering, really simply, and best of all, without a server!This talk will cover:
Estimate <= 20min talk (flexible)
Cheers, Tim.