React Native setup for Andriod and IOS
React Native basically used to build
React Native basically used to build
Anaconda is a free and open source platform of Python and R for scientific computing. It is the easiest way to start Python with ZERO configuration whatever the version you like. Anaconda Installer available with Python 2.7 and Python 3.7 and it’s depends on you to download the version accordingly.
jQuery is a well known and very popular javascript library. It is used to manipulate DOM tree, event handling, animation and for dynamic content loading with Ajax. jQuery is very easy to learn and use. We just need to add the jQuery library in the header section of your HTML page and then you can start using it. Using jQuery with WordPress is a little tricky because WordPress is using other javascript libraries that can conflict with jQuery and that is why we get the jQuery not defined or $ not defined error.
WordPress officially announced its latest version Babo. Obviously, the new version brings lots of new things as per users as well as developers points of view. And because we have to stay up to date with the new version that brings more security features to keep your website secure.
Facebook created create-react-app utility to set up React Project with minimum effort and configuration. There is also a way to create your own setup for React project from scratch. Let’s start without wasting too much time.
Before starting, make sure you have installed npm on your computer. To check that run the following command npm -v this command outputs you the version of npm. NPM comes with NodeJs and you can install it from the official Node.js site.
When we are working on WordPress that could be a theme or plugin development, the very first step is to set up a local development environment on your machine that could be Windows, Linux or MacOS.
Setup WordPress development environment with HomesteadRead More