Supercharge Web DX in Svelte way
Posted on : 2022-02-20 Posted by : Ashik, Blockchain Intern What is Svelte & SvelteKit? There are tons of great resources and tutorials out there, so here just a high-level introduction. Svelte is a component framework that allows you to break up your application into reusable chunks. Svelte compiles itself away during the build process into vanilla html, […]
Everything you need to know about React 18
Posted on : 2022-02-23 Posted by : Ashik, Blockchain Intern Table of contents React 18 alpha version was just announced. The theme of React 18 is to make the UI more performant by removing janky user experiences by introducing out of the box features and improvements powered by “concurrent rendering”. React 18 introduces minimal breaking changes. Let’s […]