ALWAYS USE TIMESTAMPTZ NOT USE TIMESTAMP IN POSTGRES.
SET timezone = ‘UTC’ IN pgsql/data/postgresql.conf.
A Simple Higher Order Component example
Simple example
For loading spinner with different Component
Recompose
https://github.com/rafrex/spa-github-pages
A React Library for HOC
Nginx With Node And Https config example
Continue reading
Deploy react app by create-react-app
Follow this guide to deploy react app to github pages.
React Create App Readme
Do something to let github pages OK with SPA
Github pages does not support SPA routings now, so you have to do followings:
Follow this guide to make SPA OK with github pages
spa github pages