react-sombrero

0.7.4 • Public • Published

logo

react-sombrero Build Status npm version

A full web frontend framework based on react, redux-immutable, redux-saga and webpack

Why

  • React is great, but it's "just" a web view library.
  • Boilerplates are useful, but you have to take them as they are, you don't have any control or any tool to add components automatically, for instance.

With this framework, we put every best practices we learnt in the last few years to create a full CLI based program that helps you init a project without worrying about webpack dev or production config, folders scenes and components structure, routing, etc. Just as Angular does.

We know that every project has their own requirements, so this tool can be an overkill for small projects, or too much restrictive for big ones, but it can be really useful for demos or MVPs.

Quick install

npm i react-sombrero -g

Commands

init

sombrero init projectName

Create project folder with all dependencies

create

sombrero create [scene|component]

TODOs

  • Make package CLI based
  • Commands:
    • init
    • create
    • help
  • Routing system
  • Forms management
  • Tests

Package Sidebar

Install

npm i react-sombrero

Weekly Downloads

0

Version

0.7.4

License

MIT

Unpacked Size

152 kB

Total Files

105

Last publish

Collaborators

  • antoniogiordano