Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Upgrade to Create React App 2.0 #72

Merged
merged 18 commits into from
Dec 19, 2018
Merged

Upgrade to Create React App 2.0 #72

merged 18 commits into from
Dec 19, 2018

Commits on Dec 18, 2018

  1. Partially Unejected

    Storybook doesn't work but `yarn start` seems to.
    0xcaff committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    6874e2b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    5dea9ee View commit details
    Browse the repository at this point in the history
  2. Cleaned Up package.json

    Moved things to dev-dependencies and made scripts nicer. Things in devDepndencies are things which aren't used by the application at runtime.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    b966c86 View commit details
    Browse the repository at this point in the history
  3. Added Artwork Fixture

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    da987f3 View commit details
    Browse the repository at this point in the history
  4. Removed Unused Files

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    c5530f0 View commit details
    Browse the repository at this point in the history
  5. Removed .babelrc

    Don't need it with create-react-app and cosmos.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1c2501d View commit details
    Browse the repository at this point in the history
  6. Removed manifest.json

    Not targeting mobile. Don't really have an icon.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    bc71e5c View commit details
    Browse the repository at this point in the history
  7. Moved Apollo Mock Resolver Outside Application

    Why? Because it forces me to develop with loading states in mind.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    c4411d6 View commit details
    Browse the repository at this point in the history
  8. Use Fixtures Type for Icon

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    bcba654 View commit details
    Browse the repository at this point in the history
  9. Added Cosmos Snapshot Testing

    This isn't great testing but it is free testing.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    553d930 View commit details
    Browse the repository at this point in the history
  10. Partially Added Cosmos

    I think sticking to storybook is better. Cosmos doesn't use react
    components for depndencies. Migrating is hard.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    29de42d View commit details
    Browse the repository at this point in the history
  11. Back to Storybook

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    baefb44 View commit details
    Browse the repository at this point in the history
  12. Migrated to Storybook v4

    It seems to work with Create React App 2. Flawlessly even.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    9687503 View commit details
    Browse the repository at this point in the history
  13. Added Formatting Commit Hook

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    643b2b0 View commit details
    Browse the repository at this point in the history
  14. Fix CI Build

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    8117bf7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bfe283c View commit details
    Browse the repository at this point in the history
  16. Removed Demo Application

    Just run it locally.
    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1bec528 View commit details
    Browse the repository at this point in the history
  17. Updated Documentation

    0xcaff committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    cb639f8 View commit details
    Browse the repository at this point in the history