These are the only official examples at the time of writing. Any other example you come across is not official and might be severely outdated by now.
The examples illustrates using each bundler in each language flavor.
CJS | ESM | TS | |
---|---|---|---|
Browserify | Link | Link | Link |
Esbuild | Link | Link | Link |
Webpack | Link | Link | Link |
Only a single example illustrating component testing exist so far.
CJS | ESM | TS | |
---|---|---|---|
React + Webpack | Link |