Morgan VanYperen

Category: Javascript

Node Arguments

Something new I learned this week was about how arguments are passed into Node programs from the command line. This was a principle I learned a lot about in a coding challenge I…

React Just Got Better (Again)

Last week I wrote about my favorite change that came with React version 16 – fragment support in components. I had mentioned that there were still annoying things about it, which required workarounds,…

My Favorite React 16 Change

React 16.0 came out back in September. Old news, right? But when it came out so long, long ago, they made a really nice change, in my opinion. You can return an array…

Contributing to Open Source

I’ve been spending time lately, improving my skills in order to be able to make meaningful contributions to open source projects. One thing I’m trying to get better at is having better git…