Articles tagged with #webdev
Unraveling callbacks with async functions
#javascript #tips #webdev #readabilityUsing async functions we can make our code easier to read and maintain, on this article I'll show you how I refactored real world code.
Simplify nested object property use
#javascript #tips #webdev #beginnersSometimes we deal with deeply nested objects and we need to add extra checks to prevent our app from breaking while trying to access undefined parts of that object. Here's a not so usual way of doing so.
Redux and single purpose functions
#javascript #redux #webdev #testingIn this post I'll share a couple of lessons learned while working on SpiderOak Semaphor, where we use: Javascript and React to build our UI components, Jest to write our tests. and Redux to serve as single source of truth for our data.