Decisions

Don't over React Jan 17, 2018 Tags: Javascript react

I should update my blog more often, but yea as of late I’ve been leaning into React quite a bit. I’m not exactly sure when it clicked for me as a framework (view layer) but I don’t just going in and breaking projects and trying to figure out what does what along with some great written explanations/tutorials are the quickest way for things to click.

much React, make decisions

This is my first React project (to be more accurate this is my first post video and book consumption React project…I definitely have a lot of react stuff in my React folder) . It’s pretty simple and straightforward in what it does. You can enter a bunch of choices then the app will decide which one you should do.

To run, first clone the repository. At the commandline run yarn install then yarn dev-server then yarn serve. I actually spent some time on the design portion on this project!