Skip to content

ZDEV's example codebase - look at the code and the deployed site:

Notifications You must be signed in to change notification settings

z-dev/z-dev-builds

Repository files navigation

ZDEV Builds - our example site built with React and Next

We've built this site to show-off how we build things. You can checkout the running site here.

Tech Stack

Technical highlights

React Components

We've built neat components for all the on-screen elements

Application state inside Redux

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.

How fast the site renders

Next server side rendering is very fast. The site loads very fast - even on mobile.

Automatic code checks

Our build process lints and autoformats when you commit and push code.

Automatic code deployments

The code is automatically deployed when you push code to master and production branches using Now

Real time builds using Socket

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

Questions?

Drop us a mail to [email protected] - we'll be happy to field any questions or even show you through the code 😄

About

ZDEV's example codebase - look at the code and the deployed site:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published