Skip to content

A simple lightweight framework for easy, fast and reactive frontend development.

License

Notifications You must be signed in to change notification settings

abiramrnair/pop-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.