Frontend Javascript Programming How to Set Up React Router Version 6 Page navigation is very essential in React applications and the is a package that allows us to easily route or navigate to other pages in react applications is React Router . In this article, we will discuss how to set up React Router version 6 Prerequisites Basic understanding of what components are in React Visual […] Written by Matilda Kpolley April 4, 2022April 5, 2022
Frontend Javascript Javascript ES6 Array and Object Destructuring Array and Object Destructuring There are two most used data structures in javascript; array and object. Array and object destructuring is a significant feature in javascript ES6. ES6 Array Destructuring Usually, to access an item in an array, you would have to access the items via their indexes as shown below. However, you might want […] Written by Clemence Ayekple January 19, 2020August 3, 2020
Frontend Programming Troubleshooting How to fix “Error: Node Sass does not yet support your current environment” Node Sass does not yet support your current environment error normally happens when the node version is updated globally and the necessary update of dependencies on the project level is not done. Maybe you already get this error when compiling sass files. In my case it’s regularly when I updated my node version or switch versions due […] Written by Allan Philip Barku May 17, 2018August 3, 2020