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

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.