# Render

> Use no-build JSX and lots more in browsers and servers without a virtual DOM and tagged templates.

### Introduction

$render makes no-build JSX possible in browsers and servers without a virtual DOM or tagged template. You can now $render JavaScript components with the speed of light in script tags, and esModules.

It's intuitive, super fast and flexible. Learn more from [our docs](render-docs.vercel.app).

### Contribution guide

We are always looking for contributors to take this framework to the next level of improvement. If you love to contribute, please check out [our contribution guide](/CONTRIBUTING.md);

### Todo list

- Improve error handling for debugging.
- Add more test infrastructures and suites.
- Add tree-shaking.
- Move client components from the `globalThis` to a passwordScope.
- Add `eslint` and its rules.
