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✭ -
✭Dynamic Custom Cursors - JS + CSS✭ Using custom cursors in browsers isn't new or complicated. There are already extremely well-written articles on how to do this with static PNGs, for instance this one from David Walsh Blog. However, I recently ran into a situation that added a bit of … »
-
✭Custom Components in Nativescript✭ These past couple weeks I've been digging into the NativeScript mobile framework, and am just super impressed by the flexibility baked into it. That flexibility makes it crazy simple for you to create custom, and potentially reusable, UI components. … »
-
Angular Material Sidenav I've recently started working with a couple new tools: JSPM, and Angular Material. I won't go into much detail on using JSPM here, will save that for future posts, but I do mention it because it is what I'm using in order to use ES6 features. It us … »
-
Nodevember 2015 - Day 1 Today was the first day of the Nodevember conference - and it was fantastic. I thought I'd take some time to go through the sessions I attended and what I got out of and/or experienced at each one. Opening Keynote: Yehuda Katz Yehuda started off ta … »