RobCoIndustries / pipboy

:beginner: Experimental pipboy Desktop app for Fallout 4
BSD 3-Clause "New" or "Revised" License
61 stars 7 forks source link

React take 2 #14

Closed rgbkrk closed 8 years ago

rgbkrk commented 8 years ago

Continuation of #10 branched from master.

This introduces:

Right now the app only has components for the local map and the player arrow.

rgbkrk commented 8 years ago

Interesting. One of radium, react-router, or history is causing issues with the cross compile.

rgbkrk commented 8 years ago

App is certainly running now quite happily.

rgbkrk commented 8 years ago

This is missing the arrow styling from #4 as well, we can reintroduce this so @philplckthun isn't blocked.

rgbkrk commented 8 years ago

Ended up learning from https://github.com/rackt/react-router/issues/2687#issuecomment-163251350 that the combo of the peer deps changing in react-router and npm3 not installing peer deps by default was making the build fail in #14 (and sometimes in here).