Skip to content Skip to sidebar Skip to footer
Showing posts with the label Github Pages

How To Trick React Router Into Thinking `/` Is The Mount Directory?

Let's say I have a simple react app: import React from 'react'; import ReactDOM from &#… Read more How To Trick React Router Into Thinking `/` Is The Mount Directory?

Can I Host My React/redux (client And Api Server) Project On Github Pages?

I know I can host my react/redux app on github pages by just serving the bundle.js and index.html, … Read more Can I Host My React/redux (client And Api Server) Project On Github Pages?