[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:
- Created 7 years ago
- Reactions:2
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Some modified version of https://github.com/k4wo/react-notify/blob/master/index.js
I’ll keep updating.
@AllenFang any updates on this?