If your app has an image upload mechanism, one way to add some polish is to show a preview of the uploaded image. Fortunately, with FileReader [https://developer.mozilla.org/en-US/docs/Web/API/FileReader] this is super easy. Let's take a look! … »
-
✭Easy & Graceful Image Upload Previews✭ -
Nodevember 2015 - Day 2 There was such a good response from my Nodevember 2015 - Day 1 Recap [http://www.blog.bradleygore.com/2015/11/15/nodevember-2015-day-1/] - thank you to all who read and provided feedback! I hope this Day 2 recap is also of benefit :) Let's jump r … »
-
Custom React Prop Validators I just recently started learning to use the React [http://facebook.github.io/react/] library and one of the things I absolutely love is how you can provide rigid validation [http://facebook.github.io/react/docs/reusable-components.html#prop-validati … »
-
Mixin' it up with ReactJS I'm primarily an Angular developer, but recently I've started digging into React [http://facebook.github.io/react/]. One of the React concepts I've started enjoying is the notion of mixins [https://facebook.github.io/react/docs/reusable-c … »