Software Alternatives & Reviews

Simplify Using Hooks by Using Custom Hooks in React

Redux.js Reactstrap React Font Awesome ASP.NET Microsoft Azure Functions AngularJS
  1. Predictable state container for JavaScript apps
    Pricing:
    • Open Source
    After working with AngularJS for a little while, a colleague recommended React, and then after trying (and failing with) Redux, I embraced hooks and naturally function components in React. While my back end APIs are still all written in .NET Core, and now that .NET Core has become .NET 6, I don't even run my front-end SPAs in ASP.NET any more. They are now static web pages created as React projects with npm hosted in Azure static web apps with the back ends in either App Services or Function Services depending on the level of authorization that is needed (e.g. Simple client app auth or policy based auth). Oh, and did I mention the data is typically in either Azure Managed SQL or Azure Storage?

    #Javascript UI Libraries #JS Library #Front-End Frameworks 165 social mentions

  2. reactstrap - easy to use React Bootstrap 4 components compatible with React 16+
    Pricing:
    • Open Source
    I do a lot of enterprise application development in a very small team. It's important for us to create applications that work on any device with a modern web browser that is connected to the Internet and not just a LAN or VPN. The apps must authenticate thru single-sign on that is federated with the company Active Directory. The apps need to rely on commonly available libraries like React and Bootstrap albeit through ReactStrap, and they must be spartan and similar. That is to say that users need to be able log onto all of the various apps the same way, and the apps need to do simply what they need to do with no bells or whistles. Furthermore, one app should look and feel like the others. We don't want to confuse users by making them feel like they need to learn a whole new system for every new application.

    #Developer Tools #React #React Components 8 social mentions

  3. 3
    A JavaScript library for building user interfaces
    Pricing:
    • Open Source
    After working with AngularJS for a little while, a colleague recommended React, and then after trying (and failing with) Redux, I embraced hooks and naturally function components in React. While my back end APIs are still all written in .NET Core, and now that .NET Core has become .NET 6, I don't even run my front-end SPAs in ASP.NET any more. They are now static web pages created as React projects with npm hosted in Azure static web apps with the back ends in either App Services or Function Services depending on the level of authorization that is needed (e.g. Simple client app auth or policy based auth). Oh, and did I mention the data is typically in either Azure Managed SQL or Azure Storage?

    #Javascript UI Libraries #JS Library #JavaScript Framework 775 social mentions

  4. Font Awesome makes it easy to add vector icons and social logos to your website. And version 5 is redesigned and built from the ground up!
    Pricing:
    • Open Source
    The Alert element from ReactStrap is a good start, but it only handles a border and colors. If you want something more than text, you're going to have to find some other elements to add. How about the circle-check icon from FontAwesome. So now we have icons, colors, and text to keep track of. I gave it some thought and realized that given the standard Bootstrap colors, commonly available and understood icons, and most importantly the kinds of things that can happen with CRUD-type applications we can come up with a very limited list of combinations that can be used in the vast majority of cases when managing operations in our application, particularly those that might take a significant amount of time. After all, we don't want to leave our users hanging.

    #Web Fonts And Design Assets #Vector Icons #Icon Fonts 127 social mentions

  5. ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.
    After working with AngularJS for a little while, a colleague recommended React, and then after trying (and failing with) Redux, I embraced hooks and naturally function components in React. While my back end APIs are still all written in .NET Core, and now that .NET Core has become .NET 6, I don't even run my front-end SPAs in ASP.NET any more. They are now static web pages created as React projects with npm hosted in Azure static web apps with the back ends in either App Services or Function Services depending on the level of authorization that is needed (e.g. Simple client app auth or policy based auth). Oh, and did I mention the data is typically in either Azure Managed SQL or Azure Storage?

    #Web Frameworks #Developer Tools #Python Web Framework 19 social mentions

  6. Serverless, also known as FaaS (Function-as-a-Service), is a new approach to application development. FaaS is a form of serverless computing with an infrastructure managed by the provider to upload functions and use them on a pay-per-request basis.
    After working with AngularJS for a little while, a colleague recommended React, and then after trying (and failing with) Redux, I embraced hooks and naturally function components in React. While my back end APIs are still all written in .NET Core, and now that .NET Core has become .NET 6, I don't even run my front-end SPAs in ASP.NET any more. They are now static web pages created as React projects with npm hosted in Azure static web apps with the back ends in either App Services or Function Services depending on the level of authorization that is needed (e.g. Simple client app auth or policy based auth). Oh, and did I mention the data is typically in either Azure Managed SQL or Azure Storage?

    #Cloud Hosting #Cloud Computing #Developer Tools 19 social mentions

  7. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
    After working with AngularJS for a little while, a colleague recommended React, and then after trying (and failing with) Redux, I embraced hooks and naturally function components in React. While my back end APIs are still all written in .NET Core, and now that .NET Core has become .NET 6, I don't even run my front-end SPAs in ASP.NET any more. They are now static web pages created as React projects with npm hosted in Azure static web apps with the back ends in either App Services or Function Services depending on the level of authorization that is needed (e.g. Simple client app auth or policy based auth). Oh, and did I mention the data is typically in either Azure Managed SQL or Azure Storage?

    #Javascript UI Libraries #JS Library #Front-End Frameworks 47 social mentions

Discuss: Simplify Using Hooks by Using Custom Hooks in React

Log in or Post with