Uncategorized
Typescript has come a long way since its inception over six years ago and is being adopted by leading web companies. While there may...
We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and the content of an...
Speaking at conferences and meetups can be one of the best things you can do for your career. But for many developers, public speaking...
Create React App 2.1, released at the end of October 2018, added official support for TypeScript. This, along with all of the improvements and...
Pipelines enable clean chaining of operations, but they’re not quite ready just yet The usage of pipes to transport water, air, gas, or any other...
The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web development paradigm. A website...
Every now and then you run into a cranky programmer who hates Javascript. They argue that JavaScript is terrible because it lacks type checking...
After the React team announced the proposal of a new feature called Hooks at React Conf 18, there was a strange reaction in the...
While async functions have been around forever, they are often left untouched. Async/await is what some may consider an outcast. Why? A common misconception...
If you’ve used React before, chances are that you’ve had to require some form of method for managing things. If we take, for example,...
Manually restarting an application’s process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant developer eventually said “enough!”...
Imagine you are creating an accordion component that you want to distribute publicly through an npm package. You would like the user of this...