blixai / blix

⚙️🔧 CLI tool and scripting library to create, automate, and enhance Javascript applications
https://docs.blixjs.com
MIT License
26 stars 2 forks source link

Router #321

Closed alocke12992 closed 6 years ago

alocke12992 commented 6 years ago

Changes App.js to Router.js for react-router & React-Router-Redux builds

DBULL7 commented 6 years ago
screen shot 2018-09-24 at 12 41 20 am

@alocke12992 I got an error message when trying to the view script for a react+react-router project. Best guess: the new/files/scripts/frontend/react-router/view.js script doesn't seem to have been updated like the new/files/scripts/frontend/reactRouter-redux/view.js script was. Definitely loving the new style, Router.js just makes more sense. Also, great work on removing those pesky warning logs!

alocke12992 commented 6 years ago

@DBULL7 Check out the recent merge in new/utils/addReactTesting.js

helpers.addDevDependenciesToStore("jest enzyme enzyme-adapter-react-16 identity-obj-proxy")