ReduxCasts icon indicating copy to clipboard operation
ReduxCasts copied to clipboard

Added a couple of interesting and easy features with a few code

Open pimoGit opened this issue 7 years ago • 0 comments
trafficstars

VIDEO_BROWSER:

  • added a search bar label;
  • parametrized initial term in the index and passed as props in the search bar as a placeholder;

BOOK_LIST:

  • added selected book feature;
  • changed a component from class to functional;

WEATHER:

  • fetchPostObject in vanilla js, instead of lodash;

BOOK_LIST:

  • fectch_post only if necessary;
  • customized the content field in a textarea;
  • take the content (of the content field) formatting.

ALL: added some comments.

pimoGit avatar Feb 01 '18 17:02 pimoGit