Coder Social home page Coder Social logo

react_tabs-with-router's Introduction

React Tabs with Router

If you don't use Typescript

  1. Rename .tsx files to .jsx
  2. use eslint-config-react in .eslintrs.js

Description

Implement an App with a navigation and 2 pages:

  1. Show <h1>Home page</h1> on localhost:3000.
  2. Show TabsPage component on localhost:3000/tabs. Use this tabs:
    let tabs = [
      { id: 'tab-1', title: 'Tab 1', content: 'Some text 1' },
      { id: 'tab-2', title: 'Tab 2', content: 'Some text 2' },
      { id: 'tab-3', title: 'Tab 3', content: 'Some text 3' },
    ];
  3. Add a navigation to Home or Tabs page.
    • The navigation should be visible everywhere.
    • An active link should be highlighted.
  4. TabsPage should show a list of tabs.
    • When you select a tab the URL should be changed to /tabs/tab-1 (use actual tab.id).
    • a tab content should be shown below the list
    • the selected tab should be highlighted
  5. After the page reload you should see a content of the tab matching the id from the URL.
    • If the id is not valid or is not set (e.g just /tabs) show Please select a tab message.

tabs

react_tabs-with-router's People

Contributors

mgrinko avatar

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.