I wrote a blog post about PureScript FFI.
- It contains an introduction about the topic which should be suitable for beginners.
Moreover it describes two maybe less known ways to make FFI gradually safer:
- Using JSDocannotations which get type checked by TypeScript
- Setting up ts-bridgeto generate TypeScript types from PureScript.
Here’s the link: