2 followers
I am a Front-End developer
As a React developer, I never really questioned React's approach to reactivity. But I recently discovered two other frameworks: SolidJS and Svelte....
Today, I wanted to test the library: SolidJS. It features JSX support and is known for its great performance. Install the lib The first step I did was...
And when do we need them? · Writing test is, essentially, making assertions. Most of the time, these assertions aim to check the runtime logic we...
And why would you do that? · By default, stylesheets are bound to their document and don't leak into iframe elements (or vice versa). It does make sense...
In modern Front-End development, it is well known you should never use an HTML table to achieve your page layout. That doesn't mean you must not use...