Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Maji 3: Preact + Redux stack

Compare
Choose a tag to compare
@pascalw pascalw released this 29 Sep 05:53
· 187 commits to master since this release

Maji 3 is the next big iteration of the Maji development stack. Maji 3 moves away from Coffeescript, Backbone and Marionette to ES2015+, Preact and Redux.

Changed

  • The default Javascript stack is now ES2015+, Preact and Redux

Removed

  • Support for Backbone, Marionette, jQuery
  • Support for APP_ENV, in favor of NODE_ENV
  • Makefile for build and deploy, in favor of package.json tasks
  • Rspec/capybara for integration tests, in favor of Nightwatch.js