Browsing Tag
react
581 posts
What is React? An Overview of React.js Concepts and Terminology
What is React? React is a JavaScript library used to build user interfaces, particularly single-page applications (SPAs). It…
MDX with Translations 🐠
In recent years the need for some easy yet flexible format for simple static content has grown. Originally,…
Top Backend Libraries
Nodejs Check awesome nodejs Express Koa Fastify Encore (typescript based, newly hearing this, watch traversy media video) Nextjs…
Implement React v18 from Scratch Using WASM and Rust – [24] Suspense(1) – Render Fallback
Based on big-react,I am going to implement React v18 core features from scratch using WASM and Rust. Code…
Popular Next.js Tricks
Here is the 9 popular Next.js tricks you may need to know. 💨 Fast Page Loads with Static…
A Deep Dive into React’s Optimization Algorithms & Process
Here’s a breakdown of the key algorithms that power React: 1. Diffing Algorithm The diffing algorithm is crucial…
Understanding Higher-Order Components in React: Pros, Cons, and Modern Alternatives
I recently came across an interview question about Higher-Order Components (HOCs) and their role in enhancing a component’s…
Main features of Reactjs
Main features of Reactjs In this article, we will learn about the key features of React.js, which will…
How to style your React Native apps?
Styling React Native apps involves using a combination of built-in components, and external libraries to ensure your app…