https://github.com/web-dev-classes/udemy-demo
A demonstration for the Udemy course!
https://github.com/web-dev-classes/udemy-demo
react18 turborepo udemy udemy-course
Last synced: 8 months ago
JSON representation
A demonstration for the Udemy course!
- Host: GitHub
- URL: https://github.com/web-dev-classes/udemy-demo
- Owner: web-dev-classes
- License: mit
- Created: 2024-03-03T10:02:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:24:22.000Z (12 months ago)
- Last Synced: 2024-10-29T09:46:25.827Z (12 months ago)
- Topics: react18, turborepo, udemy, udemy-course
- Language: TypeScript
- Homepage: https://udemy-demo-one.vercel.app
- Size: 552 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @web-dev-classes/udemy-demo
[](https://github.com/web-dev-classes/udemy-demo/actions/workflows/test.yml) [](https://codeclimate.com/github/web-dev-classes/udemy-demo/maintainability) [](https://codecov.io/gh/web-dev-classes/udemy-demo) [](https://www.npmjs.com/package/@web-dev-classes/udemy-demo) [](https://www.npmjs.com/package/@web-dev-classes/udemy-demo)  [](https://gitpod.io/from-referrer/)
## Features
✅ Fully Treeshakable (import from @web-dev-classes/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](https://web-dev-classes.github.io/udemy-demo) ([Docs](https://web-dev-classes.github.io/udemy-demo))
## Install
```bash
$ pnpm add @web-dev-classes/udemy-demo
```or
```bash
$ npm install @web-dev-classes/udemy-demo
```or
```bash
$ yarn add @web-dev-classes/udemy-demo
```## Usage
Import the component from `@web-dev-classes/udemy-demo` and use it.
```tsx
import styles from "./examples.module.css";
import { UdemyDemo } from "@web-dev-classes/udemy-demo/server";export default function Examples() {
return (
Wow! It was so simple!
);
}
```### 🤩 Don't forger to star [this repo](https://github.com/web-dev-classes/udemy-demo)!
Want hands-on course for getting started with Turborepo? Check out [React and Next.js with TypeScript](https://mayank-chaudhari.vercel.app/courses/react-and-next-js-with-typescript) and [The Game of Chess with Next.js, React and TypeScrypt](https://www.udemy.com/course/game-of-chess-with-nextjs-react-and-typescrypt/?referralCode=851A28F10B254A8523FE)

## License
Licensed as MIT open source.
with 💖 by Mayank Kumar Chaudhari