This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is required to use React with your code component?
Copy the React framework files into your code component folder
Use the --framework React option on the Power Platform CLI
--framework
Manually edit package.json to include React
Manually edit ControlInput.Manifest.xml to include React.
Which method would you use to format a string into a specific language?
formatLocale
globalization.Localize
formatLanguage
setLanguage
Which is the correct XML element that specifies usage of the Web API in a component in a control’s manifest?
uses name="WebAPI" required="true"
uses-feature name="CommonDataServiceAPI" required="true"
uses-feature name="WebAPI" required="true"
uses name="CommonDataServiceAPI" required="true"
What is the name of the API that you can use to overlay a pop-up window within a Power Apps Component?
ComponentFramework.Popup.Popup
ComponentFramework.FactoryApi.PopupComponent
PowerAppComponent.FactoryApi.Popup.Popup
ComponentFramework.FactoryApi.Popup.Popup
You must answer all questions before checking your work.
Was this page helpful?