React – a simple Route component
Implement a light weight Route component amd no need to load third party library. (Inital implemented in React 18) import React from 'react'; import PropTypes from 'prop-types'; interface RouteProprs{ path:string,…
Implement a light weight Route component amd no need to load third party library. (Inital implemented in React 18) import React from 'react'; import PropTypes from 'prop-types'; interface RouteProprs{ path:string,…
Create a Pipeline in Azure Devops, which will run on window-latest agent. Configuration values that will be used are: Azure Service Connection Kontent Project Id Kontent Management API Key You…