0.0.1 • Published 3 months ago

udemy-demo v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

udemy-demo

test Maintainability codecov Version Downloads npm bundle size Gitpod ready-to-code

Features

✅ Fully Treeshakable (import from udemy-demo/client/component)

✅ Full TypeScript Support

✅ Unleash the full power of React18 Server components

✅ Works with all build systems/tools/frameworks for React18

✅ Doccumented with Typedoc (Docs)

Install

$ pnpm add udemy-demo

or

$ npm install udemy-demo

or

$ yarn add udemy-demo

Usage

Import the component from udemy-demo and use it.

import styles from "./examples.module.css";
import { UdemyDemo } from "udemy-demo/server";

export default function Examples() {
  return (
    <div className={styles.examples}>
      <UdemyDemo>Wow! It was so simple!</UdemyDemo>
    </div>
  );
}

🤩 Don't forger to star this repo!

Want hands-on course for getting started with Turborepo? Check out React and Next.js with TypeScript and The Game of Chess with Next.js, React and TypeScrypt

Repo stats

License

Licensed as MIT open source.