Next Experience Custom Component Development Resources
This is a collection of resources I've found useful when developing custom components for ServiceNow's Next Experience.
Official Documentation
Official Docs (opens in a new tab)
Component API Reference (opens in a new tab)
Official Example Components
- Official Repository with Examples (opens in a new tab)
- Counter (Tutorial) (opens in a new tab)
- Counter (My Extended Tutorial)
- Checklist (Tutorial) (opens in a new tab)
- Checklist (My Extended Tutorial)
- Agent Assist (Tutorial) (opens in a new tab)
- Customer 360 (Tutorial) (opens in a new tab)
- Task Board (Tutorial) (opens in a new tab)
- Flash Card (Tutorial) (opens in a new tab)
Misc
UI Renderer React (opens in a new tab)
An alternative renderer to the default snabdom renderer which allows you to build components using ReactJS.