New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-dynamic-help

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dynamic-help

React Dynamic Help - Create flows of helpful popups in your React App

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

react-dynamic-help

Create flows of helpful prompts in your react application.

This library is intended to pop up help for the user while they use the app.

(In contrast to the common "tour based" help libraries, which "show your user the app in action" while they click "Next".)

The app interaction is intended to be minimally intrusive in the app codebase.

The app interacts primarily by registering elements as "help targets", and calling a callback to indicate that the target has been used.

Help Items and their Flows are specified in a separate JSX tree.


V 0.2.1 - Very basic implementation of the concept.

Demo at https://github.com/GreenAsJade/react-dynamic-help-demo


Things to do:

  • Set props on Items to select the placement relative to the target

  • Have the standard Help Item layout be more "callout like", so it indicates clearly what the target is.

  • Be able to style the target to show that it is the target (drop-shadow or similar)

But: https://stackoverflow.com/questions/73059467/how-do-you-set-the-style-of-an-element-obtained-from-a-callback-ref-in-typescrip

  • Fix up the packaging

This library was packaged following https://www.youtube.com/watch?v=vRmLTZyq57U

It turns out this might not have been the best choice of packaging guide. The current packaging seems to work, but is non-standard (does not include the source) and cumbersome (manually copying CSS for example).

FAQs

Package last updated on 21 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc