I get off internet four days and all the sudden everybody discovered the Facebook patent. Three things: 1) If you're doing normal web work or create a product that doesn't qui...
I'm trying to get what you mean by "Wait for Node to mature enough" but still don't get it? Mature enough to be like Java, to have less Opensource libraries, to deliver update...
Ok, this is what you can do: 1) Open the Dev tools and inspect the "box". 2) Right click on it and copy the HTML. 3) Paste it on let's say Codepen and modify it according to y...
What do you mean with the "official"? The first syntax is generally used to retrieve properties dinamically, when you don't know what property you will need beforehand, otherw...
I wouldn't say so. Is it harder? Yes, mainly because it's harder to learn than OOP or imperative, but you gain a lot in the middle term. I have also to say that it requires fr...
Babel isn't considered "a library" per se in the sense they're asking you, this is a technical test, right?
Ok, now I'm lost. Do you want to replicate the search box or the tabs? The search box is actually a lot easier. It's just a form with an input and a button, no special behavio...
I'm trying Next.js right now for a SSR, it looks good, but solely for a microservice, maybe too much. What's wrong with the good old Express?
It looks like it's converting the response to a String. Can you try to console.table instead of console.log? Or even better, checkout the headers of the response
The way you work on these frameworks is affecting the render based on the state of the component (which is the whole point of having VDOM). What are you trying to achieve?
It's not easy to grasp the concept, less easy if you have no background in functional programming (Redux is based in Elm mindset after all) but once you get it you're like "Wh...
Oh, I see what you mean now. Just to say it, you do realize that transparent isn't the same as "not displayed", right? I mean, the element will display, but will be transparen...
Code injection maybe? In a more serious note, document.write is a way old implementation, why is it still in the spec? I don't know, but it's not a safe way to insert data in ...
What's the issue? It seems to me that those are two good examples of what to do. If you take a look at the markup and the CSS you can figure out how to make your own. Or is th...
Nope, you're only initializing the last one, the comma separates the variable declarations. Maybe this is what you're trying to do? let counter = fCount = mCount = hCount = 0;
Isn't an immutability library better for that? or just, you know, not to mutate data
Vue lovers, this is for you. You're welcome https://www.youtube.com/watch?v=claDp19_aqA
When you say "your local package", you mean your package is not in npm.org?
This is a talk from 2017 about that exact topic. Maybe it helps: https://www.youtube.com/watch?v=76FRrbY18Bs&t=1s
Mmmmm, thru Open Source I guess? You can always ask someone to help you out and give that person access to read your PRs