One of the stated goals of v7 is to be "accessible in every framework." I have high hopes that this will be the case and 6.4 is a big step toward making that possible. In the meantime, though, it can still be tricky to architect a front-end codebase around, say, Foundation and React without two different repos, two different builds, etc... which can get confusing pretty quickly. Given the amount of overlap in tooling, dependencies, and structure, I would love to see a harmonious single project codebase that would allow me to build out Foundation and React (or any other js framework without having go to great lengths to glue them together. Any thoughts on what that might look like or how I should organize projects for use with React?