Considering using Polymer 3.0 for the project instead of React for a couple reasons
Recent changes in Polymer's architecture, in particular moving to npm and embracing ECMAScript modules import / export make for some compelling reasons over previous versions
Not sure how DOM intensive this project will be, since the general flow will be to just GET data from a backend, and display it. I think this opens the door to more "experimental" opportunities to consider for the project
It would be great to work more closely with a UI library that adheres closely web standards, but embracing web components (WC) with only a small glue / wrapper layer in between the developer and the WC API
Still allows the codebase to be written in ES2015+ and use all the great JavaScript ecosystem tools like webpack, babel, etc
Considering using Contentful instead as the backing external service for the Blog, instead of Wordpress. It would be worth comparing this against Cloud CMS as well, but either of these have similar advantages over WP, such as
RESTful CMS architecture by design first, which fits our use case perfectly
SDK's available in a number of programming languages
Why not? 😃 .... Well, cost in this case. Contentful is not open source, and Contentful and Cloud CMS would have to be evaluated to see if there is free / cheap plan
I think it would be worth taking either of these for a brief spin first, as part of some basic discovery. I have been doing some work with Polymer 3.0 already and have been really liking what I see so far.
I am considering two changes to the current TA documentation wiki (see #3) and would be open to thoughts https://github.com/ProvidenceGeeks/website-docs/wiki/Technical-Architecture
Frontend Webapp
Considering using Polymer 3.0 for the project instead of React for a couple reasons
import
/export
make for some compelling reasons over previous versionsGET
data from a backend, and display it. I think this opens the door to more "experimental" opportunities to consider for the projectExternal Services
Considering using Contentful instead as the backing external service for the Blog, instead of Wordpress. It would be worth comparing this against Cloud CMS as well, but either of these have similar advantages over WP, such as
I think it would be worth taking either of these for a brief spin first, as part of some basic discovery. I have been doing some work with Polymer 3.0 already and have been really liking what I see so far.
Thoughts and feedback appreciated!