
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@lukesheard/esbuild-scripts
Advanced tools
An extremely fast create-react-app replacement.
create-esbuild-app
is a wrapper around create-react-app
while esbuild-scripts
is a react-scripts
compatible CLI which can be dropped in as a replacement. They use the toolchain and development experience already provided by the Create React App ecosystem but provide an faster experience by abstracting esbuild as a bundler and using native esbuild plugins for speed.
esbuild-scripts
in most cases should be a drop in replacement for react-scripts
.
yarn create @lukesheard/esbuild-app my-app
cd my-app
yarn start
If you've previously installed create-esbuild-app
globally you can run yarn global remove create-esbuild-app
to remove it - this will ensure that you always use the latest version when creating a new app.
Note: The API of create-esbuild-app
mirrors that of create-react-app
but will default the template of a new app to TypeScript. However if you want to use a custom template you can do so
by supplying a --template
argument like so
yarn create @lukesheard/esbuild-app my-app --template my-template
Supplying an empty template will default to the JavaScript template from create-react-app
. This is because in most instances I've noticed users default to this template anyway - so I wanted to abstract this in a way which made it simple to pick convetional defaults.
For more documentation on creating an App refer to the Create React App documentation.
FAQs
Create Esbuild App / esbuild-scripts 🔥
The npm package @lukesheard/esbuild-scripts receives a total of 1 weekly downloads. As such, @lukesheard/esbuild-scripts popularity was classified as not popular.
We found that @lukesheard/esbuild-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.