next.js icon indicating copy to clipboard operation
next.js copied to clipboard

Improve `with-algolia-react-instantsearch` example and convert to TypeScript

Open maxproske opened this issue 3 years ago • 0 comments

Converted to TypeScript to match Contribution docs, and updated/simplified the example.

  • Replaced stylesheets in Head component with imported styles
  • Removed style-loader, css-loader, cross-env, prop-types packages
  • Removed custom webpack config

Documentation / Examples

  • [X] Make sure the linting passes by running pnpm build && pnpm lint
  • [X] The "examples guidelines" are followed from our contributing doc

maxproske avatar Nov 08 '22 09:11 maxproske