chasestarr / ideas

Dump for app ideas. Find in issues
0 stars 0 forks source link

links in error messages to FE users #7

Open chasestarr opened 6 years ago

chasestarr commented 6 years ago

I really like the way react does this for devs. Is this something reasonable for users of a site?

console.error node_modules/fbjs/lib/warning.js:35
      Warning: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. http://fb.me/react-polyfills

I literally went to that site and immediately found what I needed! It looks like people can just add stuff to that page for the various use-cases it is sent to the user