Tag Archives: JavaScript Extension

Unleashing Performance: A Guide to Code Splitting in React.js

Unleashing Performance: A Guide to Code Splitting in React.js

In the realm of web development, where speed and performance are paramount, optimizing your React.js application is key to delivering a seamless user experience. One powerful technique for achieving this is “Code Splitting.” This blog post will explore the concept of code splitting, its benefits, and how you can implement it in your React applications Continue Reading »

CKEditor with strapi

CKEditor5 react is a modern JavaScript-rich text editor with a modular architecture. It is one of the most used free WYSIWYG rich text editors used because of it is clear UI and customization features. Generate Plugin             Path – my-app npm run strapi generate:plugin wysiwyg Install CKEditor dependencies Path –  ./plugin/wysiwyg npm i @ckeditor/ckeditor5-react @ckeditor/ckeditor5-build-classic Continue Reading »

JAVASCRIPT XML

JSX – JavaScript XML

JSX stands for JavaScript Extension or JavaScript XML. JSX is the HTML-like syntax that is used by React components to render in the browser. “React doesn’t require using JSX, but most people find it helpful as a visual aid when working with UI inside the JavaScript code. It also allows React to show more useful error and Continue Reading »