- Tutorials / JavaScript
- Saturday, 5th Aug, 2017
React For Absolute Beginners – Part 3
Learn some of the advanced JSX knowledge and common errors to avoid when you’re writing your first React Component!
Learn some of the advanced JSX knowledge and common errors to avoid when you’re writing your first React Component!
Learn to render JSX element on screen using ReactDOM.render() method. And also learn what is the Virtual DOM & how it helps in boosting the performance.
Learn to understand the basic of JSX & learn to write JSX expression.
Generate unique key randomly (look like GUID) using JavaScript!
Improve scrolling performance by limit down the rate of scroll event being fired.
Continue reading on Optimize Scrolling Performance by Debouncing Scroll Event Calls
Learn to inject external JavaScript after page load and detect when it has loaded.
Continue reading on Inject External JavaScript & Detect When It Has Loaded
Are you new to OOP in JavaScript? In this article, you’ll learn to build a classic Rock–paper–scissors using Object-Oriented Programming in JavaScript.
Continue reading on Learn Object Oriented JavaScript Via Game Development
HTML5 Navigation Timing API provides accurate insights for web developers to locate, identify & optimize web app’s performance for better user experience.
Continue reading on Build Fast HTML5 App With Navigation Timing API
If you are a HTML5 web game developer, and you are more targeted toward mobile gamer than desktop gamer, you may probably want to enrich your HTML5 game by adding ‘vibration’ features.
In this article, I’ll show you the simple use of Vibration API in your web game.
Continue reading on HTML5 Game Development: Adding Vibration API
Find out the tricks to fix the jQuery UI Autocomplete Hover Issue For iOS devices.
Continue reading on jQuery UI Autocomplete Hover Issue Hacks For iOS