zackljackson
@zackljackson
11
Published Tools
413
Total Stars
0
Weekly Downloads
100/100
Avg Security
Published Tools
11 Skillsacross 1 categorywebpack-external-import
zackljackson
dynamic import() external urls!
@module-federation/automatic-vendor-federation
zackljackson
Utility to enable automatic vendor sharing within bundles using Module Federation
extract-css-chunks-webpack-plugin
zackljackson
Extract CSS from chunks into stylesheets + HMR. Supports Webpack 4 + SSR
babel-plugin-universal-import
zackljackson
Babel plugin to transform import() into its Universal counterpart
react-universal-component
zackljackson
A higher order component for loading components with promises
external-remotes-plugin
zackljackson
**Host webpack.config** ```js const config = { ...otherConfigs plugins: [ new ModuleFederationPlugin({ name: "app1", remotes: { app2: "app2@[window.app2Url]/remoteEntry.js" } }). new ExternalTemplateRemotesPlugin(), ] } ```
...morenext-known-route
zackljackson
Check if a url is a known route to a next.js application ahead of time
@module-federation/dev-server
zackljackson
- Can be combined with the build plug-in to share basic dependencies according to policies to reduce the number of module downloads and improve the loading speed of modules. - Only consume part of the export of the remote module and will not fully downloa
...morewebpack-flush-chunks
zackljackson
flush webpack chunks for SSR from React Loadable or similar packages
@module-federation/dashboard-plugin
zackljackson
This Webpack plugin extracts data from the Webpack build, and in particular a build that uses the `ModuleFederationPlugin`, and posts it to the [dashboard](https://hub.docker.com/r/scriptedalchemy/mf-dashboard).
...more@codex-native/sdk
zackljackson
Native NAPI-based Codex SDK - complete standalone implementation.