nirbanroy.hashnode.devFORMS in HTML, REACT and NEXTWriting forms in plain HTML, React, and Next.js involves different approaches and levels of complexity. Below, we'll compare these three methods, discuss best practices, and touch on industry preferences. Comparison of Writing Forms Plain HTML Pros: ...Jul 31, 2024ยท4 min read
nirbanroy.hashnode.devList of React Component LibrariesHere is a list of popular React component libraries that can help speed up your development process by providing pre-built, customizable components: General Purpose Component Libraries Material-UI (MUI) Description: A popular React UI framework tha...Jul 3, 2024ยท3 min read
nirbanroy.hashnode.devType Coercion vs Type ConversionIn JavaScript, both type coercion and type conversion involve changing a value from one type to another, but they differ in how and when they occur. Type Coercion Type coercion is an implicit conversion performed by JavaScript automatically when an o...Jun 17, 2024ยท3 min read
nirbanroy.hashnode.devWhat is Appwrite?Appwrite is an open source backend as as service platform that allows users to build application for the web, mobile and servers. You can use Appwrite to make robust application in less time because Appwrite will save you time by providing services l...Apr 26, 2024ยท2 min read
nirbanroy.hashnode.devExploring React in 2024: Is it still relevant? ๐คIndex What is React? Why use React? Useful in 2024? How can you get started? Imperative vs declarative What is reconciliation in React? What is JSX? What is react? ๐คจ React is a javascript library that allows you to build user interfaces fo...Apr 26, 2024ยท4 min read