Published onFebruary 10, 2026Power Pages review of single-page applications (SPA)react-jspower-pagesThis is my review of this SPA support for Power Pages and I will answer whether or not you should consider this for future projects.
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.