1 follower
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. Both frameworks have in common not to rely on a virtual DOM. But they are also interesting because the...
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 to follow the Getting Started guide and start from a given template: > npx degit solidjs/templates/...
And when do we need them?
And why would you do that
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 the table value from the display CSS property. About display: table; The behavior of the display: ta...