NRNirban Royinnirbanroy.hashnode.devยทJul 31, 2024 ยท 4 min readFORMS 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: ...00
NRNirban Royinnirbanroy.hashnode.devยทJul 3, 2024 ยท 3 min readList 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...00
NRNirban Royinnirbanroy.hashnode.devยทJun 17, 2024 ยท 3 min readType 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...00
NRNirban Royinnirbanroy.hashnode.devยทApr 26, 2024 ยท 2 min readWhat 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...00
NRNirban Royinnirbanroy.hashnode.devยทApr 26, 2024 ยท 4 min readExploring 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...00