Published onJanuary 26, 2026How to use React States for Power Platform Code Apps #5react-jspower-pagesHow do we deal with storing information for our components, for instance someone selecting a dropdown and we then want to show data based on the dropdown value selected.
Published onJanuary 7, 2026How to use React Props for Power Platform Code Apps #4react-jspower-pagesTreat props pass parameters to components to make them more dynamic.
Published onDecember 12, 2025How to add react-bootstrap to Power Pages #3react-jspower-pagesbootstrapAs Power Pages officially supports Bootstrap, it would be silly not to consider it when building a SPA powered by React and Power Pages.
Published onDecember 11, 2025How to use React Router with Power Pages #2react-jspower-pagesIn order to navigate between pages in React SPA site **Routing** needs to be in place.
Published onDecember 10, 2025Power Pages & React startup #1react-jspower-pagesWith the recent preview of SPA support for Power Pages, I thought I would take a look and this is what I found...