Travis Kaufman

Results 18 issues of Travis Kaufman

There is currently no documentation showing how to import an external react component into ReScript. This commit adds one, adopting an example from https://forum.rescript-lang.org/t/use-reactjs-components-in-rescript-react-project/1992 ## Example http://localhost:3000/docs/manual/latest/import-from-export-to-js#import-a-react-component ![image](https://user-images.githubusercontent.com/1185269/143486120-93f09261-eba0-436d-a5dc-5dd58fa8ba47.png)

I was using knockout.mapping on a project where the plugin needed to be loaded within a sandboxed environment (in this case, an iframe) and noticed that it was in no...

I should always pretend I'm speaking with a developer

Content which provides mid-level engineers passionate about coding with a framework to write maximally maintainable code given any idea stays. Everything else goes.

There needs to be a clear audience and a clear problem that they have which this book will help them solve. I have this in my head, I just haven't...

Spec reference: https://www.google.com/design/spec/layout/responsive-ui.html#responsive-ui-breakpoints. > Copied from https://github.com/google/material-design-lite/issues/4496

backlog
new-component

This commit introduces a gitignore file into the repo, adding `*.log` for files such as `npm-debug.log` as well as the `node_modules/` directory.

callback should have the signature `(err, text)` and not `(text)`

enhancement