Skip to content

shuttleriiiz/async-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuttlerock React Coding Task

How to start

  1. Clone this repo
  2. Run yarn install
  3. Run yarn start

Goal

The goal of this task is to add loading state to the button component while avoiding passing loading prop to each button. The implementation should be made inside the Button component and should work for all button inside the app.

The project is configured with Bulma css framework, and you can use is-loading class name to add the loading state to the button

General Rules

  1. You should not change App.js
  2. There should be no error log on console
  3. Feel free to install and use any library

About

React Coding Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors