You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Esbuild Plugin Webgl is a comprehensive library designed to unlock the full potential of React 18 server components. It provides customizable loading animation components and a fullscreen loader container, seamlessly integrating with React and Next.js.
6
-
7
-
✅ Fully Treeshakable (import from `esbuild-plugin-webgl/client/loader-container`)
8
-
9
-
✅ Fully TypeScript Supported
10
-
11
-
✅ Leverages the power of React 18 Server components
12
-
13
-
✅ Compatible with all React 18 build systems/tools/frameworks
14
-
15
-
✅ Documented with [Typedoc](https://react18-tools.github.io/esbuild-plugin-webgl) ([Docs](https://react18-tools.github.io/esbuild-plugin-webgl))
16
-
17
-
✅ Examples for Next.js, Vite, and Remix
5
+
ESBuild plugin to load webGL shaders from `.glsl` files.
18
6
19
7
> <imgsrc="https://github.com/react18-tools/esbuild-plugin-webgl/blob/main/popper.png?raw=true"style="height: 20px"/> Please consider starring [this repository](https://github.com/react18-tools/esbuild-plugin-webgl) and sharing it with your friends.
> If you are using `monorepo` or `workspaces`, you can install this plugin to the root using `-w` or to a specific workspace using `--filter your-package` or `--scope your-package` for `pnpm` or `yarn` workspaces, respectively.
`LoaderContainer` is a fullscreen component. You can add this component directly in your layout and then use `useLoader` hook to toggle its visibility.
0 commit comments