TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Code Splitting
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Alkesh Bijarniya (3)
Shilpa Tanwar (1)
Abhishek Saini (1)
Gajendra Jangid (1)
Related resources for Code Splitting
No resource found
Getting Started with React 18's createRoot API
9/10/2024 10:42:18 AM.
The createRoot API in React 18 revolutionizes application rendering by replacing ReactDOM.render. It integrates with React's Concurrent Mode, enhancing performance through better state batching an
Optimizing Performance in Next.js
8/8/2024 10:06:30 AM.
Performance is crucial in web development, and Next.js offers several tools and strategies to ensure your application runs efficiently. This article covers essential techniques for optimizing performa
Name a few techniques to optimize Reactjs app performance
7/7/2024 8:27:52 AM.
Optimizing React app performance involves leveraging techniques like React. memo, useMemo, and use callback to minimize unnecessary re-renders. Employing code splitting via dynamic imports with React.
How Can We Achieve Code Spliting in React Js?
6/21/2024 7:18:45 AM.
In this article, I explain how to make React applications faster by loading only the code that's needed at the moment. I talk about using methods like dynamic import(), React.lazy, and Suspense to
What Is Code-Splitting in React.js?
3/5/2024 6:01:10 AM.
Code-splitting in React is a technique to optimize application loading by splitting code into smaller chunks, loaded only when needed. Explore dynamic imports and React.lazy() with examples.
Optimizing Angular and C# Performance
1/31/2024 7:29:23 AM.
Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.