1. Interactive Rails with StimulusReflex

    • Buy now
    • Learn more
  2. Getting started

    • Bootstrap a Rails app
    • Install StimulusReflex
  3. A basic task list

    • Display lists
    • Display incomplete tasks
    • Display complete tasks
    • Seed the database
    • Complete a task
    • Undo a completed task
    • Refactor to a partial
    • Delete a task
  4. Adding new tasks

    • Add a new task
    • Clear the form
    • More lifecycle methods
  5. Expanding the task list

    • Server-side callbacks
    • Validate a new task
    • Sorting tasks
  6. Working with others

    • Add users to the application
    • Track who adds a task
    • Assign a task to a user
    • Real-time assignees
    • Track who completes a task
  7. Editing tasks

    • Edit a task in the DOM
    • Update a task with Reflex
    • Clean up the task editing UX
  8. Multiple task lists

    • CableReady intro and setup
    • Add a new list form
    • Save a new list
    • Validate a new list
    • Bug fixes
    • Delete a list
    • Adding multiple lists
    • Scoping reflexes
  9. Task comments

    • Add a task comments page
    • Add new comments
    • Channel refactoring
    • Clear the comment form
    • Validate a comment
  10. Live updating

    • Prepare for live updates
    • Broadcast newly added tasks
    • Broadcast task completion
    • Broadcast task "incompletion"
    • Broadcast task deletion
    • Add a team model
    • Broadcast list creation
    • Broadcast list deletion
  11. Testing StimulusReflex

    • Install RSpec
    • Testing reflexes
    • Testing broadcasts
    • Testing morphs
    • Testing params
  12. Final touches

    • Devise views
    • Account creation
    • Scoping teams
    • Securing reflexes
    • Logging out
    • Using Heroicons
    • Deploy to Heroku
  13. Extras

    • StimulusReflex Patterns
  1. Products
  2. Course
  3. Section

Extras

  1. Interactive Rails with StimulusReflex

    • Buy now
    • Learn more
  2. Getting started

    • Bootstrap a Rails app
    • Install StimulusReflex
  3. A basic task list

    • Display lists
    • Display incomplete tasks
    • Display complete tasks
    • Seed the database
    • Complete a task
    • Undo a completed task
    • Refactor to a partial
    • Delete a task
  4. Adding new tasks

    • Add a new task
    • Clear the form
    • More lifecycle methods
  5. Expanding the task list

    • Server-side callbacks
    • Validate a new task
    • Sorting tasks
  6. Working with others

    • Add users to the application
    • Track who adds a task
    • Assign a task to a user
    • Real-time assignees
    • Track who completes a task
  7. Editing tasks

    • Edit a task in the DOM
    • Update a task with Reflex
    • Clean up the task editing UX
  8. Multiple task lists

    • CableReady intro and setup
    • Add a new list form
    • Save a new list
    • Validate a new list
    • Bug fixes
    • Delete a list
    • Adding multiple lists
    • Scoping reflexes
  9. Task comments

    • Add a task comments page
    • Add new comments
    • Channel refactoring
    • Clear the comment form
    • Validate a comment
  10. Live updating

    • Prepare for live updates
    • Broadcast newly added tasks
    • Broadcast task completion
    • Broadcast task "incompletion"
    • Broadcast task deletion
    • Add a team model
    • Broadcast list creation
    • Broadcast list deletion
  11. Testing StimulusReflex

    • Install RSpec
    • Testing reflexes
    • Testing broadcasts
    • Testing morphs
    • Testing params
  12. Final touches

    • Devise views
    • Account creation
    • Scoping teams
    • Securing reflexes
    • Logging out
    • Using Heroicons
    • Deploy to Heroku
  13. Extras

    • StimulusReflex Patterns

1 Lesson
    • StimulusReflex Patterns