reactbris / site

Landing page for ReactBris
https://reactbris.org
6 stars 3 forks source link

React for a react community #2

Closed staticfrost closed 5 years ago

staticfrost commented 6 years ago

I've ported the site across to a create-react-app.

A react community website should always have react on it.

loklaan commented 6 years ago

Haha thanks - I initially went to use CRA but I didn't want to skimp on load perf, so I went plain ol' html/css. This was built & deployed in under 30mins.

I'd love for this to be built in React, so if you're up for the challenge, could you extend this PR to prerender the app into plain html / css?

staticfrost commented 6 years ago

I'm a noob when it comes to react, but I like to take on projects so I think I'd like to give it ago.

Cheers.

loklaan commented 6 years ago

Oh cool, that's great to hear! I'd love the help.

Places to start looking, for prerendering a react site, is just to google those terms 😂. Also, key tech to find are webpack plugins or react frameworks, like the prerender-loader and Gatsby.

But please keep in mind that this is the first version of the site, and it'll be torn down at some point within the next few months!

loklaan commented 5 years ago

I ended up porting it to next.js in anticipation for a couple server-side features.