Start Here
Travel Search State URL Codec & Restore Guard v1.0.0
- Read
README.md and confirm the travel-specific state allowlist matches the public fields you intend to share. - Copy
src/index.js and src/index.d.ts into a shared boundary module. - Map your opaque destination ID, optional date range, party counts, supported transport modes, direct-only preference, and sort order.
- Run
npm test and npm run example, then add host fixtures for your routing and search adapters. - Apply restored state only when
ok is true. Keep provider search, availability, prices, accounts, storage, analytics, and navigation outside the codec. - In Floot, use Update, verify preview behavior and the download, then use Publish. Verify production URLs and retain rollback.