Comparing Code in React and Svelte

In this post, I’m going to show some examples of common functionality written in both React and Svelte. Read more

Similar

React with Angular’s DI

Recently I’ve been blogging mostly about Angular and it’s not by accident! Angular is an amazing framework, bringing a lot of innovation to the front-end technologies, with a great community behind it. In the same time, the projects that I’m working on ha... (more…)

Read more »

SVG in React

React.js is a great library for creating user interfaces consisting of components. In the browser React is used to output DOM elements like divs, sections and.. SVG! The DOM supports SVG elements, … (more…)

Read more »