
Glasp
AdCreative.ai
Raindrop.io
My Mind
Eightify App
Glambase
Munch
Readwise
react-testing-library
Jest
Vitest
Enzyme
Storybook
Jasmine
React
Ava
Highlight the web and share the gist with peers. Learn from like-minded people. Glasp is an easier and faster way to highlight text and leave notes on the web. With one click, the content youโve collected appears across all your devices. ๐
Glasp beautifully organizes your collection of highlights, so that you can easily come back to what truly matters to you anytime. By following like-minded people, you will discover useful content that expands your knowledge and thoughts. Collective learning is how humans got smarter across generations.ใ
โโ
Key Features: โ Highlight text on the web โ Take notes on saved content and highlights โ Add tags to your highlights โ Discover useful content from like-minded people
โโ
How to Use Glasp: 1. Click "Add to Chrome". 2. Log in to Glasp from the extension menu. 3. Select text and click your favorite color from a pop-up color tip. 4. You can see your highlights and notes on your profile page and/or Glasp home feed. 5. Add tags or leave comments on your saved content 6. Developing your collection of ideas and thoughts will help you connect the dots with like-minded people ;)
โโ Benefits of Using Glasp: + Retain more information and easy to look back ๐ + Extract only important parts and use them for the future citation ๐ + Discover useful information from like-minded people ๐ + Share your highlights & notes with friends and peers with one click ๐ + Leave your digital legacy for future generations (contribute to human history) ๐
Glasp
react-testing-libraryBased on our record, react-testing-library seems to be a lot more popular than Glasp. While we know about 137 links to react-testing-library, we've tracked only 9 mentions of Glasp. 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.
To sign up, visit the Glasp website and click the Sign-up button in the top right corner, or log in if you already have an account. - Source: dev.to / over 2 years ago
You can install the Glasp browser extension to your web browser from its website or as an app on Play Store. - Source: dev.to / over 2 years ago
For no reason at all, if you wanted to read the transcript of their dumb podcast without giving them views or listens, you can use the Glasp extension on chrome or safari to give you a summary instead of sitting through the video. Source: about 3 years ago
Also glasp.co and https://roamresearch.com/ look interesting. I haven't tried them yet. Source: about 3 years ago
These ones are free (since im a cheap person) but I use: - This for youtube summaries. Source: about 3 years ago
React Testing Libraryโs core philosophy is that we should write our tests in such a way that we simulate user behavior. By testing what the user can actually do, our tests focus less on implementation details and more on the actual user interface, which leads to less brittle tests and a more reliable test suite. - Source: dev.to / 6 months ago
In the main branch, we set up Vitest as the test runner and React Testing Library for rendering the component and simulating user interactions. We also set up MSW to intercept the network requests and return mock responses. - Source: dev.to / 10 months ago
React Testing Library (RTL) provides lightweight utilities built on top of react-dom and react-dom/test-utils, designed to promote testing through user interactions rather than component internals. Instead of working with component instances, RTL encourages querying and asserting against actual DOM nodes, just like real users would. This approach improves test reliability and pushes developers toward writing more... - Source: dev.to / about 1 year ago
Testing ensures code reliability and maintainability. Jest, Vitest and React Testing Library are standard tools for unit and integration testing. Unit tests verify individual components, while integration tests ensure features work together. For example, testing a TodoList component might involve:. - Source: dev.to / about 1 year ago
Additionally, I wrote Jest and Enzyme unit tests to demonstrate how to go about unit testing the components, as test driven development (TDD) is another methodology my organization subscribes to. Jest is a unit testing framework that actually shipped with React if you use the Create React App CLI to make a new React project. And at the time, Enzyme was created by Airbnb and added additional functionality to Jest... - Source: dev.to / over 1 year ago
AdCreative.ai - Give your business an unfair advantage with creatives / banners generated by highly trained Artificial Intelligence.
Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
Raindrop.io - All your articles, photos, video & content from web & apps in one place.
Vitest - A blazing fast unit test framework powered by Vite
My Mind - All your notes, bookmarks, inspiration, articles, and images in one single, private place, enhanced with artificial intelligence.
Enzyme - Enzyme is a JavaScript testing utility for React.