After recently discovering stencil, I would love to switch from react to stencil, but the lack of docs regarding the following features stops me and many other developers from using it (now):
ref={r => this.btn = r} for react, <button #btn> for angular)Basically what I am asking for is a discussion of these features and adding them to the official documentation.
Thanks 馃拵 馃槏
Hey, thanks for being an early adopter of Stencil! Ill try to answer these questions as best I can with the early state that Stencil is in now.
stencil-redux.querySelector. Hopefully the above helps answer your questions!
@jgw96: is there an issue where we could follow / discuss considerations on the state management lib? These sound like exciting developments!
I thought ngrx was generally pretty cool for combining good ideas like observables and TS, and afaik not strictly tied to Angular.
That said, I feel one bit could be improved on there was the parameter order of reducer function -- if using state last rather than first (example), that would automatically make it friendly to FP libraries (like Ramda and Lodash-fp), leveraging a functional point-free style to cut down on the otherwise verbose reducer boilerplate.
Most helpful comment
Hey, thanks for being an early adopter of Stencil! Ill try to answer these questions as best I can with the early state that Stencil is in now.
stencil-redux.querySelector.Hopefully the above helps answer your questions!