Współpraca. We wpisie znajdziecie kod zniżkowy na kurs autorstwa Michała Miszczyszyna i Jakuba Neander pt. "Praktyczny kurs: Nowoczesny Frontend Next.js, React, GraphQL i TypeScript" Ten wpis Jak nauczyć się React, NextJS, GraphQL oraz TypeScripta efektywnie? został opublikowany najpierw na Piotr...
In this blog post I'm sharing a technique to test properly location changes happening in React useEffect hook. I'm showing you how to approach it correctly and what to avoid when testing it with Testing Library. Ten wpis Testing location change in useEffect in React został opublikowany najpierw na...
When writing React apps or modern JavaScript in general, we often create files with a set of reusable functions or classes. People tend to use default exports in such cases and I'm going to explain, why it's not the best idea to use them. What is a default export? The origin of default exports...
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. In this article, I'm going to cover a topic of conversion of React components to Web Components. This might be useful in terms of delivering...
In this article I wrote down a list of crucial features of React UI library and answered some questions about React, that might appear during job interviews. It's better to know all these things and be ready for the next career step. Ten wpis What to answer when questions about React appear at job...
Technologia Web Components pozwala na budowanie elementów interfejsu lub nawet całych aplikacji, które można wykorzystać w wielu różnych, niepowiązanych ze sobą projektach. Dzięki temu zyskujemy elementy, które będą zawsze działały w ten sam sposób niezależnie od użytej platformy. W jednym z...
When we began to modernize our company’s main software, we need to choose an architecture that could be as stable as it was for the last 20 years and at the same time, allow us to use one of the best alternatives to build a highly interactive and complex front-end. So, to embrace the innovation...
Automated testing is a key part of software development toolkit and practice. fbp-spec is a testing framework especially designed for Flow-based Programming(FBP)/dataflow programming, which can be used with any FBP runtime. For imperative or object-oriented code good frameworks are commonly...