Live Reloading
Browsersync automatically refreshes your browser whenever you make changes to your files, saving time and reducing the manual effort required for refreshing the page.
Cross-Browser Testing
It allows for synchronized testing across multiple browsers and devices, ensuring consistency and compatibility of web applications in different environments.
Easy Setup
Browsersync is relatively easy to set up with extensive documentation and a range of configuration options that make it adaptable to different workflows.
CSS Injection
Changes to CSS files can be injected into the browser without a full page reload, speeding up the development process by reducing wait times.
URL Syncing
Synchronizes interactions such as clicks, scrolls, and forms across multiple devices, which is helpful for testing and demonstrating application functionality.
I thought the name was inspired by a cheap, easily available lubricant that comes in handy for every home. I've tried many simple servers for experimenting with simple static websites (HTML, CSS, JS). I'm currently settled on LiveReload[1] and BrowserSync[2]. LiveReload attaches to other tooling and is more straightforward, while Brower-Sync when looking across a few multiple browsers (out of habit). I'm not... - Source: Hacker News / 9 months ago
Eleventy offers a great developer experience. For example, it includes an inbuilt --serve flag that uses Browsersync to enable serving the site locally and with hot reload upon file changes. This is a huge convenience. Another distinctive feature is its capability to choose from and combine up to ten different templating languages, such as JavaScript, Haml, Pug, Liquid, and more. - Source: dev.to / over 1 year ago
I was looking for something like HMR for client side reloading a little while ago (HTML, CSS, etc), and ended up with just using the CLI of Browsersync[1] with a barebones config. It works, but feels shoehorned and wonky. It would be nice to do this with something native to Deno, which this HMR implementation seems to enable! 1. https://browsersync.io/. - Source: Hacker News / over 1 year ago
4.Now, that you are ready to run npm tasks, the below command will start the server and watch the code using browsersync. Open http://localhost:3000/ to check your development 🚀. - Source: dev.to / over 1 year ago
I use browsersync to do this with an actual device. It's worth trying out if you haven't already. Source: about 2 years ago
Maizzle creates a Browsersync local instance and serves our templates in HTML form. Development in that form is okayish. +0,5 point. - Source: dev.to / about 2 years ago
In the gateway app, run npm start. This command will run the UI on a web server, open a browser window to http://localhost:9000, and use Browsersync to keep your browser in sync with your code. - Source: dev.to / over 2 years ago
Personally I use https://browsersync.io/ - but you do need to have node.js installed. There are plenty of others if you look. Source: over 2 years ago
Depends, really. Next / Nuxt or other frontend frameworks will have some sort of built in, hot-refreshing dev server. Or perhaps you're looking for Browsersync? Source: over 2 years ago
Have you looked into BrowserSync? I bought a used iPhone that stays in a mount on my desk and updates along with the other browsers I'm testing on my desktop simultaneously. Makes catching and fixing little CSS and responsive issues much easier. Source: over 2 years ago
Vite will add live reloading to HTML it serves: https://vitejs.dev/ It even goes further with some supported frameworks and will do hot module replacement which is like live reloading but doesn't even reload the full page and just injects the changed components in the page (faster more instant updates). If vite seems a little too complex browsersync will do nice life reloading for all HTML it serves too:... - Source: Hacker News / almost 3 years ago
Another option is using BrowserSync along with multiple Chrome / Firefox / Edge / Whatever supported browser windows open. Source: about 3 years ago
I just took a cursory look at https://browsersync.io/ (assuming that's the tool you mentioned.) And, fail to understand how that'd help me. I use Angular these days and it already watches for file changes & does browser reload. Source: about 3 years ago
Already configured BrowserSync the time-saving synchronized browser testing - https://browsersync.io/. - Source: dev.to / about 3 years ago
There are ways to make the browser automatically refresh, when a html or css file is saved in the editor (see BrowserSync, or LiveReload). Source: about 3 years ago
To make it reload automatically, ie hot reloading, you could use something like https://browsersync.io/. Source: about 3 years ago
Now, you are ready to run npm tasks, below command will start the server and watch the code using browsersync. Open http://localhost:3000/ to check your development 🚀. - Source: dev.to / about 3 years ago
Add browsersync to your webpack config. It can live-stream changes to your browser (or auto-reload if it's a non-streamable change) when specific files change. Source: over 3 years ago
Https://browsersync.io/ This will refresh your site when you change and save any file in the site folder. It is npm-based, I love it! Source: over 3 years ago
I'm using this: https://browsersync.io/. Source: almost 4 years ago
What you're probably looking for is browsersync: https://browsersync.io/. Source: about 4 years ago
Do you know an article comparing Browsersync to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Browsersync. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.