Archive
Blog Archives
User Login With WordPress using React Native
After seeing a lot of requests about this topic on Google, I’ve decided to make my own tutorial about it. So let’s get started! On the render() method of your React Native component, create a Form with input fields for Username and Password. this.state = { validating: false } render() { return ( <Container> <Content> […]
Using History.js with AJAX
Simple example on how to make History.JS work with dynamically loaded pages.
AngularJS – Show route only after all Ajax requests are resolved
Show route page only after Ajax request is complete for single or dynamic routes
Auto Login to WordPress from another Website
Automatically login to Website B from Website A securely without using a password.