Understanding Error Boundaries In React Js
It is a new feature of React Js introduced in version16. This concept is used for handling UI errors which we face. Before version 16 there is no concept to handle this type of issue, we use try… catch… for handling. When an error occurs in our app our complete app will crash and our Continue Reading »