Lexicographic Order

Lexicographic Order In mathematics, the lexicographic or lexicographical order (also known as lexical order, dictionary order, alphabetical order or lexicographic(al) product) is a generalization of the way words are alphabetically ordered based on the alphabetical order of their component letters. This generalization consists primarily in defining a total order on the sequences (often called strings... Continue Reading →

Using Axios with react

What is Axios? Axios is a promise based http client and it is lightweight. Axios is designed to handle http requests and responses.Axios is used more often than Javascript fetch because it has a larger set of features and it supports older browsers. We can write more readable asynchronous codes with Axios. To install axios type npm... Continue Reading →

React Router

What is React Router? React router is the routing library in react. Router can be used to synced the UI with the URL. To install Run following command in your project path npm install react-router-dom In order to work with router you have to surround your app with <BrowseRouter> tag. Open index.js file ReactDOM.render( <BrowserRouter>... Continue Reading →

What is Redux and Saga and DevTools?

You know that dealing with props and state is kinda heard. specially in large projects. Well with redux it can be easily done. redux is a state container for javascript apps. redux has a single place to keep all the states called Store. React has three basic principles. Single Source of Truth The state of... Continue Reading →

React image Gallery for React Projects

You can add a gallery for your react project with react-image-gallery.React image gallery is a React component for building image galleries and carousels It has many features such as Mobile swipe gesturesThumbnail navigationFullscreen supportCustom rendered slidesRTL supportResponsive design To add the package use below command in your project path npm install react-image-gallery Then imports styles... Continue Reading →

Create a website or blog at WordPress.com

Up ↑

Design a site like this with WordPress.com
Get started