Implement multi-languages in React
Today, we will show you how to implement multi-languages in React. Sometimes you may need to add multi-language support to a website or a react web application like English, Chinese,...
Today, we will show you how to implement multi-languages in React. Sometimes you may need to add multi-language support to a website or a react web application like English, Chinese,...
In this article, we’ll discuss the date range search with jQuery Datepicker using Ajax, PHP and MySQL. Here, we will see how to search data from a MySQL database based...
Today, we’ll discuss how to convert a date format in PHP. For example if we have date in YYYY-MM-DD format and need to convert it to DD-MM-YYYY format. Using built-in...
Today we’ll show you how to get the last N number of elements from an array in JavaScript. There are multiple ways to get last N number of items from...
Today we’ll show you how to upload images to Cloudinary using the REST API. There are many options for uploading files to Cloudinary but in this article, we will upload...
Today we’ll explain to you how to extract email addresses from a string in PHP. At some point, we need to extract an email address from a long text string...
In this short article, we’ll explain how to remove the leading zero from a number in JavaScript. Sometimes we need to delete leading zero from string numbers. JavaScript has built-in...
Today we’ll show you how to get the first N number of elements from an array in JavaScript. There are multiple ways to get N number of items from an...
Today we’ll show you how to add sass or scss in React application. If you are using the create-react-app package in your react project then it is very easy to...
Today we’ll explain to you how to drag and drop multiple file upload using jQuery, Ajax, and PHP. It is a common functionality widely used in web applications. You may...
In this short article, we’ll explain to you how to get yesterday’s, today’s, and tomorrow’s date using Javascript. Using the Date object, we can easily calculate the date in JavaScript....
In this article, we will show you how to use the multiple useReducer Hook in React. In the previous two articles, we learned about the use of the useReducer. useReducer...
Today we will show you how to use the useReducer hook for multiple states in the React component. In the previous article, we have taken a simple counter example using...
Today we’ll explain to you how to create a dynamic dependent select box using jQuery, Ajax, and PHP. Typically, this functionality is used to automatically add dependent data to a...