Introduction
Why build interactive UIs with SolidJS?
()
What you should know
()
1. Introduction to SolidJS
Introducing SolidJS: Overview and key features
()
SolidJS vs. other front-end libraries
()
Setting up a SolidJS environment
()
2. Core Concepts in SolidJS
State management in SolidJS: Signals and Stores
()
Working with components in SolidJS
()
Lifecycle methods in SolidJS
()
Fine-grained reactivity and control flow helpers
()
3. Building a Simple Task Tracker: Laying the Foundation
An overview of the complete app
()
Setting up the task tracker
()
Creating task components
()
Adding new tasks: Form and state management
()
4. Building a Task Tracker: Advanced Interactions
Implementing control flow helpers and displaying task items
()
Deleting tasks
()
Marking task items as complete
()
Conclusion
Next steps: Further learning and exploration in SolidJS
()