All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.react.client.js Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
import React from 'react';
import {hydrateRoot} from 'react-dom/client';

const pageComponentName = Micronaut.rootComponent;

import(`./components/${pageComponentName}.js`).then(module => {
    const PageComponent = module[pageComponentName]
    hydrateRoot(document, )
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy