Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1008 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 1008 Bytes

pop! JS

Use pop! JS to quickly to get a frontend project up and running with ease.

Essential features include...

  • reusable components
  • component-specific state
  • global state access
  • efficient and reactive element rendering
  • manual re-render function for more user control
  • client side routing

npm

This package is available at https://www.npmjs.com/package/sonpop-js.
and can be installed via

npm i sonpop-js.

Quick Start

If you would like get something running as fast as possible
with sample file structure and webpack configured, the create-pop-app script
is available at https://www.npmjs.com/package/create-pop-app.

Streamline your workflow.

Spend less time creating files and writing boilerlate. Generate custom component templates quickly with the pop! JS CLI, available at https://www.npmjs.com/package/popjs-cli.

Documentation

A guide for pop! JS and documentation is available at https://abiramrnair.github.io/pop-js/.