How to sleep in Javascript

javascript sleep function

In the realm of programming, sometimes there’s a need to pause the execution of code for a fixed amount of time. While many programming languages come with a built-in sleep function to handle this, JavaScript requires a slightly different approach. Let’s explore the concept of the JavaScript sleep function, including how to implement it using setTimeout, promises, and async/await syntax.

Read More…

How to migrate CoreUI React Templates to Vite

How to migrate CoreUI React Templates to Vite

After carefully considering and evaluating our build and development tools in version 5 of our React.js admin templates, we have decided to migrate from Create React App (CRA) to Vite. This decision was driven by several key factors that align with our goals for a more efficient and modern development experience.

Read More…

CoreUI PRO Bootstrap Admin Template v5.0.0-rc.1

CoreUI PRO Bootstrap Admin Template v5.0.0-rc.1

We’re proud to announce the release of the CoreUI PRO Bootstrap Admin Template v5.0.0-rc.1 on March 23, 2024. This update signifies a comprehensive enhancement across the board, emphasizing our dedication to providing the most efficient, modern, and developer-friendly admin template. From updating scripts to refining the template’s overall responsiveness and layout, v5.0.0-rc.1 is tailored to meet the evolving needs of today’s web developers.

Read More…

CoreUI Free Vue.js Admin Template v5.0.0-rc.1

CoreUI Free Vue.js Admin Template v5.0.0-rc.1

We’re proud to announce the release of CoreUI Free Vue.js Admin Template v5.0.0-rc.1, available as of March 23, 2024. This version marks a significant step forward in our commitment to providing a top-notch admin template that combines functionality, aesthetics, and performance. With this update, we’ve focused on refining the template’s responsiveness, enhancing usability, and ensuring it leverages the latest web technologies through various refactorings and upgrades.

Read More…

CoreUI PRO Next.js Admin Template v5.0.0-rc.1

CoreUI PRO Next.js Admin Template v5.0.0-rc.1

We’re excited to announce the release of CoreUI PRO Next.js Admin Template] v5.0.0-rc.1 on March 23, 2024. This update enhances the template’s functionality and compatibility, incorporating fixes and a series of dependency updates to ensure a smooth development experience with the latest web technologies.

Read More…

CoreUI PRO Vue.js Admin Template v5.0.0-rc.1

CoreUI PRO Vue.js Admin Template v5.0.0-rc.1

We’re excited to release the CoreUI PRO Vue.js Admin Template v5.0.0-rc.1, dated March 23, 2024. This iteration of our template introduces a host of refinements and updates designed to streamline the development process, enhance the user interface, and ensure the template remains at the forefront of modern web development practices.

Read More…

CoreUI for Vue v5.0.0-rc.3

CoreUI for Vue v5.0.0-rc.3

We’re pleased to announce the release of CoreUI for Vue v5.0.0-rc.3, available as of March 23, 2024. This latest version introduces a series of refinements and fixes aimed at enhancing our Vue components’ functionality and user experience. Alongside these improvements, we’ve made crucial updates to dependencies to ensure the framework remains robust, efficient, and aligned with the latest web development standards.

Read More…

CoreUI PRO for Vue v5.0.0-rc.3

CoreUI PRO for Vue v5.0.0-rc.3

We’re thrilled to unveil CoreUI PRO for Vue v5.0.0-rc.3, officially released on March 23, 2024. This update brings critical enhancements and fixes to the CoreUI PRO Vue component library, emphasizing our commitment to improving functionality, usability, and the development experience. Along with these refinements, we’ve rigorously updated various dependencies to ensure our framework operates at peak efficiency, adhering to the latest standards in web development.

Read More…

CoreUI Free React.js Admin Template v5.0.0-rc.1 (CRA)

CoreUI Free React.js Admin Template v5.0.0-rc.1 (CRA)

We are excited to introduce the CoreUI Free React.js Admin Template v5.0.0-rc.1, released on March 22, 2024. This latest version marks a significant milestone in our journey to provide a seamless and modern admin template experience for React developers. With a focus on enhancing functionality, design, and developer experience, v5.0.0-rc.1 brings forth a series of feature upgrades, refactorings, and dependency updates.

Read More…

CoreUI Free React.js Admin Template v5.0.0-rc.1 (Vite)

CoreUI Free React.js Admin Template v5.0.0-rc.1 (Vite)

We’re delighted to announce the release of CoreUI Free React.js Admin Template v5.0.0-rc.1 on March 22, 2024. This update signifies a pivotal advancement in our effort to provide the most efficient, modern, and developer-friendly admin template. Focused on enhancing performance, usability, and developer experience, this release incorporates significant feature upgrades, refactorings, and dependency updates.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to sleep in Javascript
How to sleep in Javascript

How to migrate CoreUI React Templates to Vite
How to migrate CoreUI React Templates to Vite

What is JavaScript Array.pop() Method?
What is JavaScript Array.pop() Method?

What is Double Question Mark in JavaScript?
What is Double Question Mark in JavaScript?

How to declare the optional function parameters in JavaScript?
How to declare the optional function parameters in JavaScript?

How to Merge Objects in JavaScript
How to Merge Objects in JavaScript