Skip to main content

Posts Tagged ‘redux’

Happy Businessmen Shaking Hands On A Meeting In The Office.

Exploring Frontend Handlers in Optimizely Spire

Optimizely, a leading provider of digital experience optimization solutions has introduced an exciting new Spire CMS version that includes enhanced features and improvements. Optimizely has introduced a fresh set of Typescript handlers (as opposed to the previous C# implementation in Classic CMS) for extending the front end with Spire. Within Spire, handler chains play a […]

Reduer Feature

Exploring Reducer in Optimizely Configured Commerce with Spire CMS

Optimizely, a leading provider of digital experience optimization solutions, has introduced an exciting new Spire CMS version that includes enhanced features and improvements. One of the notable advancements in this release is the integration of Redux and its powerful reducer pattern. In this blog post, our focus will be on understanding the significance of reducers […]

Web API Using Azure

Choosing A State Management Library for Angular Enterprise Applications

Messaging based state management is a staple of enterprise-level applications. Not pursuing a Flux/Redux type of state management solution in a large application often results in unwanted side effects as there is no single source of truth. If you come from a React/Redux background, you may not be sure which popular Redux Angular implementation to […]

APS.NET Core Web Application with React-Redux

Introduction React has gone viral among web developers. Compared to other mainstream JS libraries, thanks to JSX and virtual DOM, react has native advantages on DOM control. Redux is a handy way to manage state and React-Redux provides the glue between React and Redux. Going back to ASP.Net core, on VS 2017 Update 3, users […]

Using React and Redux in SharePoint Framework (SPFx)

Abstract: As most of you know, React has become more and more popular for modern web development. Microsoft is going to standardize the UI with React in SharePoint as well. Redux is a framework that is responsible for managing the state for most the of popular front-end frameworks, such as React, Angular, etc. You can […]