import { Helmet } from '@modern-js/runtime/head'; import './index.css'; const Index = () => (

This is SPA combined from 6 different modern.js remotes.

Welcome to Modern.js Logo

Modern.js

Click the header navigation to jump to the specified route

Guide

Follow the guides to use all features of Modern.js.

Tutorials

Learn to use Modern.js to create your first application.

Config

Find all configuration options provided by Modern.js.

Github

View the source code of Github, feel free to contribute.

); export default Index;