Eisenhower Memorial The updated Eisenhower Memorial website delivers a fully functional mobile experience geared towards citizens interested in learning about the new Eisenhower Memorial in Washington DC. Read More
blog 2 Minutes to Learn React 16's componentDidCatch Lifecycle Method Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI Read More
blog I can't even Canvas but now you can! If you're anything like me a couple years ago, you probably have avoided doing animations in Canvas because it's crazy complicated and you're just a person who can make websites, not a real programmer who can make games and things. But here Read More
blog Configure ESLint, Prettier, and Flow in VS Code for React Development Source This short guide will provide you a consistent and reusable development workflow for all React/React Native projects. The more effort you put into writing quality code, the less time you spend on debugging. You can increase your code Read More
blog Eliminate Boilerplate with React Native Templates At Code Koalas, we love React Native. We also hate boilerplate and unfortunately it seems like all of our new React Native projects use the same libraries and the same initial boilerplate. We decided to eliminate that boilerplate with React Read More
blog Setting up Neovim for Javascript Development For many, VIM is the ultimate text editor and there have been many attempts to bring it's editing prowess to a wide variety of editors. Unfortunately, few understand the power of VIM's plugin system and the ability to get most of the Read More