Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/web-infra-dev/modern-js-examples

Examples for Modern.js web engineering system
https://github.com/web-infra-dev/modern-js-examples

boilerplate react rspack template

Last synced: 3 months ago
JSON representation

Examples for Modern.js web engineering system

Awesome Lists containing this project

README

        

# Modern.js Examples

Examples for [Modern.js](https://github.com/web-infra-dev/modern.js).

## Examples

Here are some examples you can refer to:

### React App

- [basic-app](./examples/basic-app/): Basic Modern.js App using React 18, TypeScript, Rspack and nested routes.
- [runtime-api](./examples/runtime-api/): Sample code for the Modern.js Runtime API.

### Modern.js Module

- [basic-module](./examples/basic-module/): Basic Modern.js Module using esbuild, TypeScript and changeset.

### Module Federation Example

Modern.js provides an example project for Module Federation. Please refer to [module-federation-examples - modernjs](https://github.com/module-federation/module-federation-examples/tree/master/modernjs).

### Vue App

Please use [Rsbuild](https://github.com/web-infra-dev/rsbuild) to build Vue applications.