neo4j-devtools / graph-app-kit

Reusable components for building Graph Apps
Apache License 2.0
17 stars 7 forks source link

Folder/bundle structure changes #12

Closed oskarhane closed 6 years ago

oskarhane commented 6 years ago

The motivation for this change is for us to have a natural place to have useful code that aren't components.

src/components - now holds all react/preact components in a single directory. src/lib - now holds files that are not components.

The same goes for bundle entry points. This is, of course, a breaking change and everyone updating must change their apps.

oskarhane commented 6 years ago

Ops, saw that this has the wrong source branch. Should have been from my fork.