
Zoom
GoToMeeting
WebEx
Slack
Google Meet
Microsoft Teams
join.me
Whereby (formerly appear.in)
bundlejs
BundlePhobia
esbuild
Webpack
rollup.js
Gulp.js
Vite
Vitest
Equip your team with the communication and collaboration tools they crave including team chat, video conferencing, phone, email, and calendar all in one platform.
Share, connect, and engage with teammates no matter where you’re located with the tools you need like docs, notes, whiteboards, and video clips.
Make teamwork more meaningful across hybrid teams with modern collaboration solutions designed for teams like yours like meeting room systems, digital signage, and employee communications.
bundle is a quick and easy way to bundle your projects, minify and see it's gzip size. It's an online tool similar to bundlephobia, but bundle does all the bundling locally on you browser and can treeshake and bundle multiple packages (both commonjs and esm) together, all without having to install any npm packages and with typescript support.
If there is something I missed, a mistake, or a feature you would like added please create an issue or a pull request and I'll try to get to it. You can contribute to this project at okikio/bundle.
You can join the discussion on Github discussions or Twitter.
You can now use search queries in bundle, all you need to do is add this to the url
?q={packages}&treeshake={methods to treeshake}
e.g.
You want react, react-dom, vue, and @okikio/animate, but only want the Animate and toStr methods exported from @okikio/animate.
You would add this to the url bundlejs.com/?q=react,react-dom,vue,@okikio/animate&treeshake=[*],[*],[*],[{Animate,toStr}]
Zoom
bundlejsNo bundlejs videos yet. You could help us improve this page by suggesting one.
Zoom is an incredibly reliable platform for virtual meetings, offering clear video and audio quality even with large groups. Its features like screen sharing, breakout rooms, and webinars make it versatile for both small team discussions and larger presentations. While the platform is easy to use, the participant management and chat features could use some improvement. Overall, Zoom remains a go-to solution for seamless remote collaboration.
Zoom is a video conferencing app that simplifies online meetings, allowing users to connect seamlessly through video, audio, and chat features. It offers a user-friendly interface, reliable performance, and various functionalities like screen sharing, breakout rooms, and recording options. However, occasional connectivity issues or fatigue from long meetings may be encountered. Overall, Zoom serves as a versatile tool for virtual collaboration and communication.
User friendly interface and a good platform to arrange professional meetings
Based on our record, Zoom seems to be a lot more popular than bundlejs. While we know about 196 links to Zoom, we've tracked only 10 mentions of bundlejs. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Clear communication and access to cloud-based collaboration tools are essential components of successful remote team management. Tools like GitHub for code repositories, Slack for communication, and Zoom for meetings ensure that our team remains cohesive and coordinated despite the physical distances. - Source: dev.to / about 2 years ago
Zoom.us — Secure Video and Web conferencing add-ons available. The free plan is limited to 40 minutes. - Source: dev.to / over 2 years ago
The screen recording he did can be done with a very basic setup such as Zoom and a one-person meeting, record your screen which also captures mic audio, save the meeting, upload to youtube, twitter, etc. https://zoom.us/. Source: over 2 years ago
Install Zoom on your computer, tablet, or smartphone if you haven't already (https://zoom.us). Source: almost 3 years ago
There are times when collaborators need to pair synchronously on a remote meeting app such as Zoom, GoogleMeet, etc. - Source: dev.to / about 3 years ago
I think a neat route would be to use this as an authoring plugin in VS Code, like prettier: write Duper (or JSON5, or whatever), and then downlevel it to regular json automatically when pressing cmd-s. You wouldn't get to keep your comments (or they could be transformed to { "//": "comment text" }). Outside of that, it's tough to compete with JSON in the "human readable unschematized serialization format" market,... - Source: Hacker News / 10 months ago
React's bundling system and published packages has gotten noticeably more complicated over time. First, there's the separation between the generic cross-platform `react` package, and the platform-specific reconcilers like `react-dom` and `react-native. All the actual "React" logic is built into the reconciler packages (ie, each contains a complete copy of the actual `react-reconciler` package + all the... - Source: Hacker News / 10 months ago
These numbers don't reflect anything useful. This is the total size of the code in the package, most of which will be tree-shaken. In Zod's case, the package now contains three independent sub-libraries. I recommend plugging a script into bundlejs.com[0] to see bundle size numbers for a particular script [0] https://bundlejs.com. - Source: Hacker News / over 1 year ago
[bundlejs](https://bundlejs.com/) is the better alternative to check your dependency sizes with. - Source: Hacker News / over 1 year ago
I was closing out some long lived issues over on bundlejs, when issue #50 reminded me of the ongoing debate about how bundlejs should handle the ESM and CJS packages. - Source: dev.to / about 3 years ago
GoToMeeting - GoToMeeting is a web conferencing service offering a range of services which are available on Mac, PC, iOS and Android devices.
BundlePhobia - Find the performance impact of adding a npm package to your bundle.
WebEx - Cisco WebEx Web Conferencing, Online Meetings, Desktop Sharing, Video Conferencing
esbuild - An extremely fast JavaScript bundler and minifier
Slack - A messaging app for teams who see through the Earth!
Webpack - Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.