Big things can come from a small package
382 bites minified. Thats ~18,00% than React and ~47,400% less than angular. Wavejs is a tiny package that has all the fancy bells and whistles your favorite frameworks have.
WaveJS is built to have a developer-friendly syntax built on Reacts JSX syntax.
constPage=()=>{const[counter,setCounter]=WJS.useState(0);return(<><buttononClick={()=>setCounter(counter+1)}>
Count: {counter}</button></>);}// Using the built in Hash RouterWJSRouters.HashRouter.create({home: {title: "WaveJS Counter",component: Page}});// Single page appWJS.page({title: "WaveJS Counter"},Page);Using Wave.js is super easy!
- Clone WaveJS using
git clone https://github.com/wave-studio/wavejs - Copy the example source code to your project directory
- Install dependencies (We suggest Yarn classic)
- Run
Yarn devornpm run dev
- Run the script located Here
- Install dependencies (We suggest Yarn classic)
- Run
Yarn devornpm run dev
Refer to our FAQ located Here
