React RouterMost modern websites are made of one page, they are like multi-page websites because they have components that are rendered as separate…Jun 9, 2021Jun 9, 2021
Learn SASSSASS stands for Syntactically Awesome StyleSheets. Sass can be considered as a plugin for CSS that makes working with styles very easy for…Mar 27, 2021Mar 27, 2021
The advantage of using components in ReactReact is a library of JavaScript to design the user interface. A user interface is what a user sees, and React uses it entirely as a…Feb 20, 2021Feb 20, 2021
Front End VS Back EndIf you are new to web development, you have probably heard a lot about frontend and backend. But what exactly does it mean? If you are a…Nov 15, 2020Nov 15, 2020
MAP and FILTER Methods In JavaScriptSometimes, we need to transform each of the elements of an array and include the result in the new array. Basically, in order to do this…Nov 14, 2020Nov 14, 2020
Scoping in JavaScriptYou might be wondering how your program’s variables are organized and scoped.Nov 3, 2020Nov 3, 2020