Development instrumentation recommendations?

This page summarizes the projects mentioned and recommended in the original post on /r/Angular2

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • redux-devtools

    DevTools for Redux with hot reloading, action replay, and customizable UI

  • Use NgRx's action stream as a logging solution. Dispatch actions instead of logging. You don't have to worry about the state management part or anything either. Add the store-devtools package along with the base store package. It'll let you configure only logging while in development mode and a few other options. Then, install the Redux Devtools extension into your browser. That will give you a view of the dispatched actions and any data you want to pass along with them. It has a filter, so you can tag your actions like you normally would as described in the docs. Like, "[Log Level] [Feature] log message". Then, filter them in the dev tools to see just what you want. You can see a screenshot of it here. You may even like some of its other features and maybe you'll pick up more of the pattern as you see fit.

  • platform

    Reactive State for Angular

  • Use NgRx's action stream as a logging solution. Dispatch actions instead of logging. You don't have to worry about the state management part or anything either. Add the store-devtools package along with the base store package. It'll let you configure only logging while in development mode and a few other options. Then, install the Redux Devtools extension into your browser. That will give you a view of the dispatched actions and any data you want to pass along with them. It has a filter, so you can tag your actions like you normally would as described in the docs. Like, "[Log Level] [Feature] log message". Then, filter them in the dev tools to see just what you want. You can see a screenshot of it here. You may even like some of its other features and maybe you'll pick up more of the pattern as you see fit.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts