Giter Site home page Giter Site logo

dominicarrojado / react-typescript-pagination Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 1.0 809 KB

A pagination component built in React and TypeScript.

Home Page: https://dominicarrojado.com/react-typescript-pagination/

HTML 19.06% CSS 10.03% TypeScript 70.91%
create-react-app jest navigation navigation-component pagination react testing-library typescript page-nav page-navigation

react-typescript-pagination's Introduction

React TypeScript Pagination

CI/CD codecov

A pagination component bootstrapped with Create React App + TypeScript.

Quick Start

  1. Install Yarn.
  2. Clone the app:
git clone [email protected]:dominicarrojado/react-typescript-pagination.git
  1. Install dependencies:
cd react-typescript-pagination
yarn install
  1. Run the development server:
yarn start
  1. Open http://localhost:3000 to view it in the browser.

Running Tests (Watch)

yarn test

Build For Production

  1. Build static files:
yarn build
  1. The build directory can be served by any static hosting service or CDN.

Learn

Learn how to build this pagination component here.

react-typescript-pagination's People

Contributors

dominicarrojado avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

chinweokwu

react-typescript-pagination's Issues

Error in PageLink.test.ts

In PageLink.test.ts the line (7 in my code) to render(<PageLink generates an error: "Operator '<' cannot be applied to types 'boolean'...
This is from your code found at: https://dominicarrojado.com/posts/how-to-create-your-own-pagination-in-react-and-typescript-with-tests-part-2/
The code I have is:
describe("<PageLink />", () => { const renderComponent = ({ children, ...props }: Props) => render(<PageLink {...props}>{children}</PageLink>);
and the error is on that last line shown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.