question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[enhancement] use react-s-alert instead of toastr to alarm some message to user

See original GitHub issue

[enhancement] use react-s-alert instead of toastr to alarm some message to user

Not only the features of toastr are almost exactly provided by react-s-alert but also it doesn’t depend on jQuery.

I used react-s-alert in my client’s project and it was easy to use.

Demo: http://react-s-alert.jsdemo.be/ Github: https://github.com/juliancwirko/react-s-alert-demo

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
staminaloopscommented, Mar 22, 2016

Hey there, Yes, our goal should be reducing the dependencies.

I’m actually investigating our options:

https://github.com/juliancwirko/react-s-alert

  • Dependecies:

    “dependencies”: { “react”: “~0.14.3”, “react-dom”: “~0.14.3”, “babel-runtime”: “6.x.x”, “react-hot-loader”: “~1.3.0”, “lodash”: “4.x.x” }

  • bundle size: TODO

Some modified version of https://github.com/chadly/react-bs-notifier/blob/master/alerts.jsx

  • Dependencies: “react-addons-css-transition-group”: “^0.14.2”
  • bundle size: TODO

Some modified version of https://github.com/k4wo/react-notify/blob/master/index.js

  • Dependencies: 0
  • bundle size: TODO

I’ll keep updating.

0reactions
oephcommented, Oct 20, 2016

@AllenFang any updates on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing positionclass for toastr Notification - Stack Overflow
I am trying to change positionclass for my toast on div click. positionclass:is not changed to Bottom.? what am i missing here? and...
Read more >
CodeSeven/toastr: Simple javascript toast notifications - GitHub
toastr. toastr is a Javascript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can...
Read more >
How to Create Angular Toastr Notifications - JScrambler Blog
In this tutorial, you'll learn how to unleash the power of Toastr to display notifications in your Angular web application.
Read more >
ngx-toastr - npm
Start using ngx-toastr in your project by running `npm i ngx-toastr`. ... success, error, info, warning take (message, title, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found