Hotwire Stimulus: A Lightweight JavaScript Framework for Interactive Web Applications

Hotwire Stimulus is a lightweight JavaScript framework that revolutionizes the way developers build interactive web applications. This log delves into the intricacies of Hotwire Stimulus, uncovering its features, benefits, and practical applications in JavaScript development.

September 25, 2023 · 2 min · 418 words · Bá Tới

Understanding Promise and Deferred in JavaScript

In JavaScript, Promise and Deferred are essential concepts used to handle asynchronous operations, such as fetching data from a server or performing time-consuming tasks. They provide a more readable and manageable way to work with asynchronous code, making it easier to handle asynchronous tasks and their results.

August 7, 2018 · 2 min · 356 words · Bá Tới

Differentiating Virtual DOM, Glimmer, and Real DOM in Front-End Development

In front-end development, understanding the differences between Virtual DOM, Glimmer, and Real DOM can help you choose the right library or framework for your project. Let’s explore the concepts behind these DOM manipulation engines and compare their performance and features.

March 7, 2018 · 8 min · 1492 words · Bá Tới

Ember - Controllers are Singletons

Controllers in Ember are singletons. When the user leaves a page and goes to another one, the controller is not torn down. It lives on, keeping its properties. This makes sense for a framework that aims to create long-lived, rich client-side applications, but it’s something to watch out for when developing Ember applications.

October 1, 2016 · 2 min · 364 words · Bá Tới

Ember - Bootstrap Modal

Learn how to create a modal in Ember.js using Ember Wormhole and Ember Route Action Helper. This tutorial provides a step-by-step guide to implementing a modal component in your Ember application.

September 30, 2016 · 5 min · 1024 words · Bá Tới

Ember - Ember Addons

Ember.js is a powerful front-end framework that comes with a rich ecosystem of addons to extend its functionality. In this article, we’ll explore some of the most popular Ember addons that can help you build better web applications.

September 29, 2016 · 3 min · 484 words · Bá Tới