We've built this site to show-off how we build things. You can checkout the running site here.
We've built neat components for all the on-screen elements
There's more than one way to do Redux. See how we write our actions and reducers.
We've used Redux's Reselect to calculate a derived state of which projects to show based on the projects
and the filters
the user has selected. These kind of derived state calculations are amazingly powerful.
Next server side rendering is very fast. The site loads very fast - even on mobile.
Our build process lints and autoformats when you commit and push code.
The code is automatically deployed when you push code to master
and production
branches using Now
We've written a small amount of code in node.js
to send the projects to the front end in real-time using Socket.io
Drop us a mail to [email protected] - we'll be happy to field any questions or even show you through the code 😄