Skip to main content

Posts

Showing posts with the label React JS SharePoint

Interview Question of Advanced SharePoint SPFx

1. What is WebPack? A module bundling system built on top of Node. js framework is known as a WebPack. It is capable to handle the combination and minification of JavaScript and CSS files, also other files such as images by using plugins. WebPack is the recommended way of bundling the files in JS framework and .Net frameworks. in the SPFx it is used with React Js. 2. What is PowerShell.? PowerShell is a platform introduced by Microsoft to perform cross-platform task automation and configuration management framework, it is made up of a command-line shell, a scripting language. it can be run on Windows, Linux, and macOS. 3. What is bundling and Minification? The terms bundling and minification are the processes of code compressing, which is used to improve the load and request time, It is used in modern JavaScript frameworks and .Net frameworks. It improves the load time by reducing the number of requests to the server and reducing the size of requested such as CSS and JavaScript. it dec

Implement carousel with React JS in SPFx

If you want to implement a carousel-like this, then you are in the right place Need to run some queries and you go Introduction Implement a carousel in React JS is not a big deal if you read this blog at the end.  now a day React JS is becoming very popular and lots of plugins are available to full fill the client's requirements. In this blog, I will show you how to implement a carousel using Bootstrap and  React JS in SharePoint/Office 365 SPFx  Steps to Follow It is just simple as make a coffee only the things need to execute a few npm commands. you can run it directly by Node Js Command Prompt or Visual Studio Code IDE by opening Terminal from the top menus Create a folder in your development folder in your systems drive and point it in Visual Studio Code by Opening in a new folder Then copy and paste the below command into the terminal window    yo @microsoft/sharepoint after that, you need to follow steps as Yo Command returns and select React JS as the framework once the pac