Build your react js application with confidence using vwjs: a framework making web development simple and powerful. typescript version
The evolution of vwjs powered by react is currently in release candidate and available on:
- GitHub: facebook/react
- Documentation: reactjs.org
- 📘 Documentation: vwjs docs
- 👥 Community: GitHub discussions
- 💫 vwjs Web-Site
- 👁🗨 vwjs online playground
- Automatic transpilation and bundling (with babel)
- Beautiful Management UI for content and data.
- Loading just the critical CSS (page-level)
This feature is under maintaince. use legaci methods in documentation
$ npx create-vwjs-app <project-name>
It's as simple as that!
Learn more at vwjs.github.io
$ npm install @vwjs/vwjs@0.0.4
import React from 'react'
import { Button} from '@vwjs/vwjs'
const App = () => {
return <Button
backgroundColor="#0be657"
label="Welcome To vwjs"
onClick={() => alert('hello')}
/>
}
export default App
Please take a look at docs/examples or follow documentation At vwjs/wiki.
Vwjs is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. Funds donated via patron are managed with transparent expenses and will be used for compensating work and expenses for core team members or sponsoring community events.
Support us with a monthly donation and help us continue our activities.
Thank you to all our contributors!
MIT © kalanakt