Jason Hansen
Jason Hansen
Thoughts a year and a half later, given new perspective: In practice, I haven't really found this to be an issue. The motivation for creating the issue really came from...
@LawJolla thanks : ) Feel free to reach out if you want to grab coffee sometime and talk more. Your perspective would be valuable. Also, no joke, you picked a...
@LawJolla That was really lengthy, but hopefully there's some value there, and feel free to keep the dialog going if you want. I also wanted to capture my thoughts (and...
@LawJolla FYI - I built a hybrid REST/WebSockets app with Lore over the last couple weeks that also used authentication. I'll create an example app once I smooth out the...
@LawJolla no worries! I might have found the pattern for the interface. I created examples using Sails and Rails, and I'm working on vanilla [express](https://expressjs.com/)/[socket.io](http://socket.io/) now. I'll reach out once...
For reference, this is the line in the code that shows parent props overwriting connect-generated props: https://github.com/lore/lore/blob/master/packages/lore-hook-connect/src/connect.js#L125
@timcase great question, and I regret that it never occurred to me to document a "suggested development flow" before. It took a bit of trial and error before I found...
@timcase let me know if you have further questions, want additional clarification or if there's anything else I can do to help. At a minimum I'll leave this open until...
@timcase as for the process for submitting PRs...there isn't one at the moment : ) If you want to submit a PR for consideration, go right ahead. There's is no...
@timcase what is the goal you're looking to accomplish by integrating `watchman` and running `npm install` on changes to files in `src`? Asking because, if I'm interpreting your goal correctly,...