We cover many frontend technologies.
If you are not in the market for using the JavaScript libraries, we can write plain old JavaScript.
We use the latest build technologies like Webpack, babel, and typescript to get the best result that is backward compatible and that is production-ready.
React JS has become the staple for frontend developers. Its a powerful tool that makes for modular, scalable applications. Using webpack and typescript, we build testable modules that our clients have been able to focus on the look and feel of the module without worrying to much about the heavy lifting.
Modules widgets can be viewed on multiple types of web browsers, with unit testing, and how they look on different aspect ratios.
VueJS is the nibble cousin to ReactJS. It facilitates quick rendering and concept-to-production delivery.
Thanks to its programming style, it allows a mix between HTML, CSS and JavaScript that allows beginners and professionals to develop powerful and scalable modules and apps.
Vuejs was written by a former contributor to ReactJS as an alternative to ReactJS that is easy to code with a slimmed down library.
Jquery is part of the old guard. It does everything. Even though it is bloated library, it still has a place in the javascript eco-system.
JQuery is a library that is really good at animation, complex movements and as a mature library, it does it well. The library works really well with bootstrap and has many libraries that make your website pop.
It can also be integrated into VueJS and ReactJS if done in the right way.