Quique Fdez Guerra

Results 51 issues of Quique Fdez Guerra

One very interesting way to use this tool is to sync a twitch caster with a tv or other media platform video, to do that sometimes is important to be...

Vue and NUXT templates were not updated in a while, them will be created from scratch again soon,

Not sure if use something agnostic to framework or use something like https://github.com/dai-shi/react-hooks-global-state

normalize.css again with postcss

All the examples must have the same UI and structure, showing: For simple like ts or basic - A home - Routing??? - Testing - Linting For frameworks - A...

Do you think that can be good to include something about magic strings? **Bad:** ```javascript let posts = getPostsFromCategory('sports'); ``` **Good**: ```javascript const categories = { sports: 'sports', economy: 'economy'...

help wanted

Can you enable an option like in Emmet plugin for brackets to use Tab ? very useful to do things like log 'test' (Tab)

Add special map with 30

Are you considering to use !default for your scss files? https://thoughtbot.com/blog/sass-default

We are using this library in 2 of our projects and works really well. But one of the practices that we usually use are "State classes" like http://smacss.com/book/type-state for example...