cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

[WIP] Add simple Nav #72

Closed LorbusChris closed 8 years ago

LorbusChris commented 8 years ago

This is a proposal for a simple (nested) app navigation. Feel free to give some feedback!

The structure is as following, reusable components are on the third level.

|-- container
  |--navigation
  {children}:
  |-- app
     |--title
     |--helloworld
  |-- view
     |--title
     |--test-data

Route Transitions work fine as far as I can tell. However, the actions from the test-data component wont fire just yet.

It's using react-bootstrap(&-router) but there's no CSS yet.

What do you guys think?

Any input is appreciated :)

LorbusChris commented 8 years ago

Closing this for now. Will revisit once I find time.

ericelliott commented 8 years ago

:+1: