
Simplenote
Evernote
OneNote
Google Keep
Standard Notes
Joplin
RedNotebook
Workflowy
react-testing-library
Jest
Vitest
Enzyme
Storybook
Jasmine
React
Ava
Simplenote
react-testing-libraryI've started with Simplenote years ago, at the time I was happy but it became clear pretty quickly that it was too basic. But to be fair, it's basic and free. Keep in mind it's unencrypted.
Was looking for an alternative for OneNote, so I found it here. I like how simple the interface is and the UI is very simple. It's good for what it is, but there is no sorting/topic system which makes it difficult to find specific notes for specific topics. Other than that, it's a good note system.
Based on our record, react-testing-library should be more popular than Simplenote. It has been mentiond 137 times since March 2021. 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.
I've been looking to migrate away from https://simplenote.com to something else and I've been dragging my feet. However, what's happened in the past 2 weeks with the CEO was the push I needed to resume looking for another solution. I've landed on Obsidian.md. I actually prefer Simplenote over Obisidian, because Simplenote feels smoother and the online web app is great, but I've decided that having more control... - Source: Hacker News / over 1 year ago
I use https://simplenote.com - Syncs across multiple platforms. - Plaintext based (with MD support). - Search + edit UI similar to https://notational.net and https://brettterpstra.com/projects/nvalt - Simple to publish/share notes - Free (as in beer and speech) --- If I used MacOS or there were web versions, I would love to use the following (they are all better at plaintext than SimpleNote): -... - Source: Hacker News / almost 2 years ago
Bookmarks serve two purposes: - Quick access to commonly used links. For this, I built https://multi-launch.leftium.com - Saving a link for future reference. Often I want to also save plain text notes for future reference, so find myself using https://simplenote.com I have also used https://www.bkmks.com to save links. I'm working on an app that will help save and organize everything: bookmarks, notes, and tasks. - Source: Hacker News / about 2 years ago
It doesn't meet the poster's needs, but Simplenote is still a thing for people who want text-only notes, Markdown, and easy access to plain text files. It got acquired by Automattic a few years back. https://simplenote.com/. - Source: Hacker News / about 2 years ago
Https://noteplan.co is a very similar app. Unfortunately I couldn't use it because it was limited to iOS devices (a web version is in development). - One thing missing in craftnote is search. That is a must-have feature for me. - I also like being able to publicly share notes with a (short) URL. See https://simplenote.com for an example of how this is done. Nice job with allowing your app to be usable without... - Source: Hacker News / about 2 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 / 5 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 / 9 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 / 12 months 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
Evernote - Bring your life's work together in one digital workspace. Evernote is the place to collect inspirational ideas, write meaningful words, and move your important projects forward.
Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
OneNote - Get the OneNote app for free on your tablet, phone, and computer, so you can capture your ideas and to-do lists in one place wherever you are. Or try OneNote with Office for free.
Vitest - A blazing fast unit test framework powered by Vite
Google Keep - Capture notes, share them with others, and access them from your computer, phone or tablet. Free with a Google account.
Enzyme - Enzyme is a JavaScript testing utility for React.