esbuild plugin support
See original GitHub issue🚀 Feature Proposal
Have plugin support for esbuild, in comparison to @loadable/babel-plugin
.
Motivation
There are other more performant build tools rather than webpack & babel, this could be the opportunity for loadable components to support react ported to non-js solutions such as esbuild (golang).
Pitch
Basically since both esbuild supports jsx & tsx, and people are starting to adopt it into their react application.
This feature is especially aimed to SSR react app as replacement for @loadable/babel-plugin
for esbuild.
Other than using for SSR, this plugin might not be necessary.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:6
Top Results From Across the Web
Plugins - esbuild
An esbuild plugin is an object with a name and a setup function. They are passed in an array to the build API...
Read more >Community plugins for esbuild - GitHub
esbuild -style-plugin A PostCSS plugin that support multiple preprocessors like SASS, STYLUS & LESS. Works with css modules and server side rendering /...
Read more >Plugins: Esbuild - Modern Web
Plugin for using esbuild in Web Dev Server and Web Test Runner. esbuild is a blazing fast build tool. ... This is primarily...
Read more >esbuild-plugin-less - npm
esbuild plugin for less files. Latest version: 1.1.11, last published: 18 days ago. Start using esbuild-plugin-less in your project by ...
Read more >Build an esbuild plugin - Learn With Jason
Chance Strickland will teach us how to extend esbuild with custom plugins ... I found myself in the esbuild game by really pushing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No understanding of the road, sorry. In the meantime, I will pursue eslint based solutions, but no promises.
Hey, so no plans for esbuild?