Website for YWC#15 Registration and Public Relation powered by React with Server-Side Rendering by Next.js
#WeAreHiring
This project structure are follow to Next.js documentation (bacause it's force use to use structure like this) and some of our own implementation
pageseach file contain single page of our apps.componentcontains component that in each page will use it.staticcontains external library or static assets like image.storecontains things about Redux (like middlewares, reducers). And we are following to ducks architecture.utilscontains utility function that uses across the apps.
- Page should be wrap by
connectfromstore/connect.js - If you want Component to be connect with Redux state, use
connectfromreact-redux
config.jsis now blind.