Wayne Van Son

Results 140 comments of Wayne Van Son

I'll still address the issue. It's becoming obvious that setlist shouldn't be called within the constructor

@gregoryforel When I rebuild this with hooks I'll add the example.

I ran into issues with state management, which is why I made it blank at the time. I believe I have some solution, but can't be applied to major version...

Just set swap Boolean to true, as the plugin is already mounted.

@masbaehr > React provides a declarative library that keeps the DOM in sync with your data. > — [react.js](https://reactjs.org/docs/web-components.html) It's made to have state only by design. If you don't...

I'm definitely becoming more versed in this functional programming paradigm, but still a beginner. I'd like to share my thoughts thus far for trying to learn this style. I've engaged...

I want to say that I've been seeing heaps of work put into documentation. For example, the `@category` in ts-doc tags and therefore in the docs is really helpful on...

A strategy that might work would be to partially adopt typescript to the build. If this project builds correctly javascript to javascript with the typescript compiler. There are so many...

@Shinigami92 Someone suggested that perhaps that the master branch could be the built branch, with a different branch as the development branch. That could remove the black magic headache.