algolia / react-instantsearch

⚡️ Lightning-fast search for React and React Native applications, by Algolia.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/
MIT License
1.97k stars 386 forks source link

Move some business logic from component to connectors #443

Closed mthuret closed 1 year ago

mthuret commented 6 years ago

Some component can be hard to do when using our connectors (like Pagination for instance).

Here is an opportunity to perform a refactoring to ease those, and furthermore ease the usage of bootstrap-like css framework.

sarahdayan commented 1 year ago

React InstantSearch v6 will soon be replaced by React InstantSearch Hooks, so this refactor is no longer required.