Techdomain
  • Tutorials(current)
  • Images
  • Categories
  • About
  • Twitter
Beginner guide to React

Beginner guide to React

Introduction to React class component and JSX syntax. We will create a simple component and render it in web server.

Guide to React JS
How to update object using setState in React

When we have nested state objects in React, it becomes difficult to update a particular property in a nested object. Learn more on how to easily update the state in nested object.

React JS
Difference between passing function and object to setState function

State update is done asynchronously in React. So it is important to understand the difference between passing function or object to setState function.

React JS
Functional vs class components in React JS

You can define React components as class or functions. We are going to learn the difference in terms of state, hooks, refs and lifecycle methods.

React JS
Getting stared with tensorflow.js library

Getting stared with tensorflow.js library

In this tutorial, you will get an overview of what is tensorflow.js, and how and where you can use the tensorflow.js, visualization library, examples and demos for tensorflow.js

tensorflow
What is Jest in React?

What is Jest in React?

Jest is a testing framework built on top of Jasmine. Lets see what features are provided by Jest like zero config, timers, spies, mocks

React JS Testing
Testing React components using Jest

Testing React components using Jest

We are going to learn to install Jest, test the sample React component using Jest, testing using Jest mocks, faketimers and testing async http axios or fetch calls.

React JS Testing
The overview of popular templating libraries in javascript

The overview of popular templating libraries in javascript

We will look into the popular top templating libraries available in JavaScript like EJS, Handlebars, Pug, Nunjucks, Hogan, doT, twig, lodash, underscore

Template Library
Overview of EJS templating engine

Overview of EJS templating engine

EJS has a shorter learning curve, and it comes with CLI support as well. Debugging in EJS is easy. EJS caches files for more performance.

Template Library
Getting started with React Testing Library for unit testing

Getting started with React Testing Library for unit testing

In this tutorial, we are going to learn what is React Testing Library and provide some context to the entire tutorial.

Complete guide to unit testing in React using jest
  • Home
  • 1
  • 2
  • 3
  • 4