tech/webdev magazine

November 29, 2020

The Ultimate Guide to Electron with React

Sunday, November 29, 2020 Teklinks

Towards the end of the article, we have a surprise for you! Electron is a robust multi-process-architecture framework that runs on the chromium engine. It ensures that the heavy I/O and CPU-bound operations are put onto the new threads that would avoid blocking the UI(main process).

Full article

November 26, 2020

React Router with a single config file

Thursday, November 26, 2020 Teklinks

Having Route components organized into a single config file may seem to be a good idea for a large project. This guide will help you to find out how to do it using react-router-dom.

Full article

Semantic versioning in npm

Thursday, November 26, 2020 Teklinks

Semantic versioning is such an important thing that, every developer need to understand it whether you are a Nodejs, Reactjs or Angularjs developer. It’s also one of the frequently asked interview question.

Full article

November 24, 2020