You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takeoff aims to ship a developer class application for React, there is already a ticket for this takeoff-env/takeoff#3.
The aim of the blueprint is not to give a fully working app, but to give useful components that can be used to build a great app. Out of the box JWT auth is provided, and a login form and user management with two roles admin and user. So that cuts out a lot of setup.
All the configuration is handled through webpack and babel for compiling, and is hot reloading.
Version 1.1 of the blueprint will ship with a great theme and clean layout and examples.
The task list for 1.1 is:
Provide hot reloading configuration that works the same way as existing app
Setup with Redux + Devtools
Set up with React Router V4
Set up JWT service
Set up navigation with scopes
Set up login page
Set up User crud with scopes
Basic documentation view
A breakdown of components needed for this release:
Provide basic components with source in views and demos
Component: Login form
Component: User List, User View, User Edit, User Create, User Delete
Component: User Password reset
Component: Layout (Dashboard?)
Component: Documentation View
Code Editor
The text was updated successfully, but these errors were encountered:
Takeoff aims to ship a developer class application for React, there is already a ticket for this takeoff-env/takeoff#3.
The aim of the blueprint is not to give a fully working app, but to give useful components that can be used to build a great app. Out of the box JWT auth is provided, and a login form and user management with two roles
admin
anduser
. So that cuts out a lot of setup.All the configuration is handled through webpack and babel for compiling, and is hot reloading.
Version 1.1 of the blueprint will ship with a great theme and clean layout and examples.
The task list for 1.1 is:
A breakdown of components needed for this release:
The text was updated successfully, but these errors were encountered: