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 this is super easy. Let's take a look! Technologies Used I've been using React and MobX a lot lately, and … »
-
✭Easy & Graceful Image Upload Previews✭ -
Nodevember 2015 - Day 2 There was such a good response from my Nodevember 2015 - Day 1 Recap - thank you to all who read and provided feedback! I hope this Day 2 recap is also of benefit :) Let's jump right in :) Blocking Across The Wire - Kyle Simpson This talk was mind … »
-
Custom React Prop Validators I just recently started learning to use the React library and one of the things I absolutely love is how you can provide rigid validation for props passed into a component. Although I see many examples where this is omitted, I believe this is import … »
-
Mixin' it up with ReactJS I'm primarily an Angular developer, but recently I've started digging into React. One of the React concepts I've started enjoying is the notion of mixins. Mixins are not a new concept and if you've used CSS pre-processors like LESS, SASS, or Stylus … »