0.0.4 • Published 5 years ago

@dmohs/create-full-stack-app v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

= create-full-stack-app

== Notes

  • Asciidoc instead of Markdown. I'm getting tired of escaping URLs using double slashes ("//") to avoid Markdown's italizing. Let's try something else.
  • Explicit versioning so each developer is more likely to have an experience consistent with their teammates.
  • styled-components: Keeps styles in the same file as the component, less noise than JavaScript map syntax. Can't manipulate programmatically.
  • JSX: Still mulling this over. Mixing the two styles (JS and JSX) seems more complicated than not.
  • UI and API are loosly coupled by design. It should be a simple operation to put these in separate repos when they grow large-enough to warrant it.