Category: Articles

Different Testing Methods in Front-End Development

As a front-end developer, it is important to ensure that the code you write is of high quality and that […]

May 1, 2023

me

Articles

React v18 New Features Overview And Examples

One of The main purposes of The React team has always been improving the performance of react applications and providing […]

May 16, 2022

me

Articles Tutorials

Lazy Loading Components in React

One of important performance optimization solutions is Lazy Loading. and it means instead of loading all resources on load we […]

February 9, 2022

me

Articles Tutorials

React CSS in JS: emotion vs styled components

CSS has been giving styles to web pages for years and more and more features are continuously being added to […]

April 29, 2021

me

Articles Tutorials

Using React with Typescript – crash course

since it’s relese in 2012, typescript has become more and more popular among developers and most companies and teams use […]

February 25, 2021

me

Articles Tutorials

Vue 3: Top 5 New Features

After Months of being in beta stage Vue v3 stable version is finally released, because of that let’s see what […]

September 25, 2020

me

Articles Tutorials

Customizing Bootstrap Vue

Vue js has been becoming more and more popular in the past few years, just like React js and Angular […]

August 13, 2020

me

Articles Tutorials

Displaying native share menu in web

Nowadays social media and the concept of sharing content online has become an important part of our daily activities and […]

January 23, 2020

me

Articles Tutorials

Creating react custom hooks

React js has come a long way since it’s first release and it’s still being supported and updated by Facebook […]

August 5, 2019

me

Articles Tutorials

Mouse move parallax effect tutorial

adding more interactivity usually makes a website or application feel more professional and more interactive and you can improve user […]

July 20, 2019

me

Articles Tutorials