Hi, if you want to insert class names that are in your JSON object into a react components and even if you want to insert the name of font awesome icons, you can impleme…
Hi, the cross browser guarantees that web applications will be accessible across multiple browsers.
Some tips that we can implement in our web Apps will be:
…
Hi, if we want to open, close or show, not show some DOM element we can do this with a react local state, one handle method, a ternary condition and finally the CSS clas…
Hi, so the first thing that we need to start is creating one test suite and one test case.
So, we are going to use Behavior Driven Development (BDD is a branch …
Hi, we need to open our project "todos" in the code editor and go to todo/src/components/ and create the file called todo.test.js we are going to create the unit test co…
Hi, the first thing that we need is prepare our environment for test react applications.
So we need to install Node.JS, so go to https://nodejs.org/en/ en downl…