Git Product home page Git Product logo

u2_lab_conditional_rendering's Introduction

Conditional Rendering Lab

Bale

Overview

In this lab, we'll be working with a provided sign-up form to conditionally render components based on the user's input.

Getting Started

  • Fork and Clone
  • cd into u2_lab_conditional_rendering
  • npm i

Instructions

Using the provided components, create an environment where:

  • The Next button is not clickable unless all 3 fields have user input
  • The Thanks component renders when a user over the age of 18 signs up
  • The ErrorPage component renders when a user under the age of 18 tries to sign up

Notes/Tips

  • Take a look at what is already provided in the app. Using the state we have, how could we decide which components to render under certain conditions?
  • Consider the many conditional statements we've used throughout this course (if/else, switch, ternary). Which would be best for this situation?
  • The app will not render any components until you've called them in the Form.jsx render statement...
  • The majority of your work will be done in Form.jsx.
  • Make sure to pass in a name and value attribute to your inputs like so:
<input name="someKeyInFormState" value={props.someValueFromFormState} />

Bonus

  • Configure the Back buttons to reset the state and return to the welcome page. Maybe a helper method in the App component could be useful?
  • Style it up!

Resources

u2_lab_conditional_rendering's People

Contributors

nobodyslackey avatar anpato avatar logical-fallazee 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.