Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.4 KB

tca_howto.md

File metadata and controls

46 lines (28 loc) · 1.4 KB

XCTemplate for TCA

Generates TCA components using XCTemplate

  • Components
    • Action
    • Environment
    • Reducer
    • State
    • View(with Store)

Usage

  1. Create a new group

image

  1. Command ⌘ + N or File ❯ New ❯ File... in the group
  2. Select TCA with ReducerProtocol
  3. Next

image

  1. Set a feature name that you want
  2. Next

image

  1. Create files in the group

image

  1. 🎉 Your turn from here!

image


Note: If you are looking for xctemplate for TCA using AnyReducer structure, you can find it in here