All results for js
-
Here's how I forced myself to learn ReactJS
ReactJS has been around for more than five years now. And there is still quite an important number of developers(including your author) who haven't embraced it.
-
5 tricks to shorten your if and if-else statements
Having many `if-else` statements is not a sin, but it has some disadvantages in some circumstances such as code readability and the speed.
-
Introduction to ReactJs - Part 1
It’s rare to find a React course that unveils the true magic behind the library—its simplicity, power, and how it revolutionized modern web development.
-
Introduction to ReactJs - Part 2: Node Modules
We are used to JavaScript in the browser. Because of that some of us don't even know or grasp the concept of the JavaScript runtime(engine)
-
Introduction to ReactJs - Part 3: Modern JavaScript and Transpilers
Introduction to ReactJs - Part 3: Modern JavaScript and Transpilers
-
Introduction to ReactJs - Part 4: Bundlers & Task Runners
Discover how bundlers like Webpack and task runners streamline modern JavaScript workflows in React projects. Learn how to optimize your code, automate repetitive tasks, and improve performance with practical examples and detailed explanations.
-
Introduction to ReactJs - Part 5: Scaffolding Our Own React App & Build Tools
In this lesson, we'll set up our own React development environment by configuring essential build tools to streamline our workflow.