Converting React components to Web components
We all know what React is today. For those who don't know it yet: it's a view rendering library that helps developers to build user interfaces rapidly.
Dalej
We all know what React is today. For those who don't know it yet: it's a view rendering library that helps developers to build user interfaces rapidly.
Dalej
Recently I've been in the situation where I needed to resolve multiple async functions in paralel. The tricky part was that these functions were written using async/await approach and I was going to use Promise.all()
function to resolve all of the async requests at the same time, when all of them are resolved.
If you want to become a React developer then it's likely you'll meet the situation that you will get asked about React and what are the crucial features of that library. In this text I'm going to give some sample questions regarding interviews for a React developer position and I'll list crucial features of React that came with 16.x branch of it.
Dalej
In this article I'm not going to tell you much about basics of Angular component creation. I'm going to focus on converting an existing one into a Web Component. Such an approach can be really helpful while migrating/updating your codebase to a new solutions.
Dalej