Vijit Ail

  https://vijitail.dev Software Engineer at toothsi. I work with React and NodeJS to build customer-centric products. Reach out to me on LinkedIn or Instagram.

   



19 Stories by Vijit Ail

Creating shareable React widgets

In this tutorial, we demonstrate how to use widgets to integrate a React component with static websites built entirely from HTML.
3 4 min read

Understanding React fragments

Learn how to use React fragments to prevent rendering unnecessary nodes in the DOM and create an optimized code.
2 7 min read

React Hook Form: A guide with examples

Learn all about using forms in React with React Hook Form, including how to create and validate forms — even with third-party components.
3 6 min read

How to persist data in Flutter using SQLite

Data persistence at the client app level is crucial. Learn how to access and run database queries in SQLite by using the sqflite Flutter...
0 6 min read

How to use Sass in React Native

Use Sass in your React Native projects to style your components using variables, inheritance, and operators.
0 5 min read

How to import SVG files in React Native using react-native-svg

SVGs enable you to scale your images and icons infinitely without compromising quality. Learn why else you should be using them in your React...
0 6 min read

Managing network connection status in React Native

The NetInfo library offers tools for managing network connection state. This may increase engagement among users with poor web connection.
1 5 min read