Upgrading an Ionic 3 application to Ionic 4
Ionic is one of the coolest frameworks out there for developing hybrid mobile apps and Progressive Web Applications (PWAs). As an Ionic partner, we have been following Ionic’s development closely and are very excited about the upcoming major release of the framework, Ionic 4. One of the main reasons is Ionic v4 is based on…
How to Add Keyboard Navigation to Angular Lists
Originally published on NG-Conf Programming is fun, especially when you love the technology you’re working on. We at Modus Create love the web and web technologies. One of the frameworks that we work with is Angular. When you work with Angular on large scale apps, there comes a set of different challenges and problems…
Ext JS to React: FAQ
This is part of the Ext JS to React blog series. React is Facebook’s breakout framework for building application UIs. At Modus Create, we’ve fully adopted React for application development, targeting both desktop and mobile environments. As experts in building applications using various libraries and frameworks, we wanted to share our knowledge with those in…
Ext JS to React: Drag and Drop
This is part of the Ext JS to React blog series. You can review the code from this article on the Ext JS to React Git repo. Ext JS provided a set of drag and drop classes within the framework. Drag and drop within the more commonly used data-driven components was often handled through a…
Ext JS to React: Application Styling
This is part of the Ext JS to React blog series. You can review the code from this article on the Ext JS to React Git repo. Styling a React application will be familiar to Ext JS developers. Ext JS shipped with a number of predefined themes with variables enabling customization of each theme. If…
Ext JS to React: Routing
This is part of the Ext JS to React blog series. You can review the code from this article on the Ext JS to React Git repo. Ext JS introduced routes as an enhancement over the history class used to coordinate browser history and an application UI. What routes offers is the ability to intimately…
Ext JS to React: Charting
This is part of the Ext JS to React blog series. You can review the code from this article on the Ext JS to React Git repo. React doesn’t ship with any visualization components, but fortunately there are a few very nice pre-built charting packages out there for us: D3 visualization library, Victory Charts, and…
Redirect Requests To A Domain With AWS Lambda
Lambda is a serverless computing platform that allowscoding in C# (.NET Core), Go, Java, Node.Js, and Python. It can handle domain redirects, too!
Ext JS to React: Handling Data with Mobx
This is part of the Ext JS to React blog series. You can review the code from this article on the Ext JS to React Git repo. In a previous article, Handling Application State with Redux, we saw how to use static data to load values into a form and keep the application state in…
Ext JS to React: Handling Data with Redux
This is part of the Ext JS to React blog series. You can review the code from this article on the Ext JS to React Git repo. In a previous article, Handling Application State with Redux, we saw how to use static data to load values into a form and keep the application state in…
Subscribe to the Modus Newsletter
Receive the latest blog articles and insights every month from the Modus team.