Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 628 Bytes

Create-render-app

Enjoy JSX experience plus more in browsers and servers with pure JavaScript without a virtual DOM or tagged templates. Welcome to the new haven DX!

Installation

npx create-render-app@latest music-player

Component installation

npx create-render-app@latest gallery --component

DevTools for $render.jsx

We recommend you install VSCode and its extensions such as html-in-js, VSCode-eslint, Auto complete tags, and one more.

Routing

We recommend you use page.js with $render.jsx. Check its docs here.

Read more about $render.jsx from its docs here.