react-testing-library
Jest
Vitest
Enzyme
Storybook
Jasmine
React
Ava
Split Fee
Unbench
Split Fee is a platform for UK recruitment agencies to collaborate on permanent placements.
Every agency has candidates they can't place and vacancies they can't fill. Another agency almost certainly has what you need โ but finding them, trusting them, and making the collaboration work has always been the hard part.
Split Fee solves this. Post your candidates and vacancies to the platform. Our matching algorithm finds opportunities across every agency on the network โ by skills, location, salary, and seniority. Candidate and client data stays anonymised until both sides agree to work together. When a placement is made, we handle the fee split and invoicing automatically.
No more posting in social media groups and hoping someone replies. No more sharing candidate details with strangers on trust alone. No more chasing invoices from agencies you barely know.
45% for you. 45% for them. 10% platform fee โ only when a placement is made.
Half of a placement fee is infinitely better than none of it.
react-testing-library
Split FeeNo features have been listed yet.
No Split Fee videos yet. You could help us improve this page by suggesting one.
Split Fee's answer:
A next-generation serverless platform, built for AWS.
Split Fee's answer:
Split Fee is the first purpose-built platform for split fee recruitment in the UK. Instead of relying on LinkedIn groups, WhatsApp messages, and manual agreements, agencies upload their candidates and vacancies and the platform automatically matches them across agencies.
Candidate identities are revealed gradually; anonymised at first, then progressively disclosed as both sides accept, so agencies can collaborate without the risk of circumvention.
Split Fee's answer:
Most "split fee networks" are just directories or social groups where agencies post and hope someone responds. Split Fee is an actual matching engine. It scores candidate-vacancy pairs, handles the legal agreements (non-circumvention, self-billing), automates invoicing and fee splits, and manages the entire placement lifecycle from match to payment. Everything that normally requires trust, phone calls, and spreadsheets is handled by the platform.
Split Fee's answer:
UK recruitment agencies; from boutique firms with a handful of consultants to mid-sized agencies with specialist sector coverage. Any agency that has either strong candidates without the right vacancies, or client vacancies they can't fill from their own candidate pool. Split Fee turns those dormant assets into placements.
Split Fee's answer:
Abbie, our founder, knew that although split fee arrangements have existed in recruitment for decades, the process has always been manual: find a partner agency, negotiate terms, trust them with your candidate data, chase invoices. Most agencies avoid it because the overhead and risk outweigh the reward. Abbie built Split Fee to remove that friction entirely, with automated matching, progressive identity disclosure, built-in legal agreements, and automated billing, making split placements as straightforward as direct ones.
Based on our record, react-testing-library seems to be more popular. 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.
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
Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
Unbench - Beyond recruitment, Unbench became a dynamic matchmaking platform, efficiently connecting companies with top specialists.
Vitest - A blazing fast unit test framework powered by Vite
Enzyme - Enzyme is a JavaScript testing utility for React.
Storybook - Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.
Jasmine - Behavior-Driven JavaScript