Typescript has come a long way since its inception over six years ago and is being adopted by leading web […]
We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and […]
Speaking at conferences and meetups can be one of the best things you can do for your career. But for […]
Create React App 2.1, released at the end of October 2018, added official support for TypeScript. This, along with all […]
Pipelines enable clean chaining of operations, but they’re not quite ready just yet The usage of pipes to transport water, air, […]
The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]
Every now and then you run into a cranky programmer who hates Javascript. They argue that JavaScript is terrible because […]
After the React team announced the proposal of a new feature called Hooks at React Conf 18, there was a […]
While async functions have been around forever, they are often left untouched. Async/await is what some may consider an outcast. […]
If you’ve used React before, chances are that you’ve had to require some form of method for managing things. If […]
Manually restarting an application’s process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant […]
Objective This article will: Get you accustomed to Javascript patterns Explain why you should consider using design patterns in your […]