One common UI pattern is a multiselect component that allows users to select multiple options from a list. However, in some cases, users may need to add new options to the list that are not already available.
In this blog, we'll show you how to create a Creatable multiselect component in Material UI that allows users to select from a list of options or create new options by typing in a value. We'll use the createFilterOptions components that are part of the Material UI library to filters options
Basically, state management is important in any client side javascript framework such as Angular (CLI), Vue or React. In this topic, I have explained ReactJS 16.0 + version with the react-redux package. A sample application is created, which is covering all the basic react-redux concepts including Store, Reducers, Actions and Action creators.
After the new trend ofSingle page applications, it became more and more popular and used by many domains. Before that authentication for the traditional web apps for a round-trip to the server was working great. Then how do we do authentication in single page applications?