![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@toolpad/core
Advanced tools
Toolpad Core is a set of full-stack components for building dashboards, internal tools, and B2B web applications with React. It is built on top of Next.js and offers a suite of components such as layout, navigation, authentication, and data management interfaces to help you build scalable dashboards fast.
Install the package in your project directory with:
npm install @toolpad/core
v0.12.0
<!-- generated comparing v0.11.0..master -->Jan 10, 2025
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
BREAKING CHANGE
AppProvider
exports have been renamed for clarity:(Note the change in the path from react-router-dom
to react-router
)
- import { AppProvider } from '@toolpad/core/react-router-dom';
+ import { ReactRouterAppProvider } from '@toolpad/core/react-router';
- import { AppProvider } from '@toolpad/core/nextjs';
+ import { NextAppProvider } from '@toolpad/core/nextjs';
create-toolpad-app
to support ViteDashboardLayout
PageHeader
@toolpad/core
DashboardLayout
(#4522) @gil-obradorsAccount
component (#4555) @bharatkashyapAppProvider
s (#4553) @apedroferreiraPageHeader
(#4571) @null93All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @gil-obradors, @null93, @oliviertassinari
FAQs
Dashboard framework powered by MUI.
The npm package @toolpad/core receives a total of 19,751 weekly downloads. As such, @toolpad/core popularity was classified as popular.
We found that @toolpad/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.