售 价:¥
温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印
为你推荐
Title Page
Copyright and Credits
ReasonML Quick Start Guide
About Packt
Why subscribe?
Packt.com
Contributors
About the authors
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Get in touch
Reviews
Introduction to ReasonML
What is ReasonML?
Why Reason?
Support for immutability and purity
Module system
Type system
Cross-platform
Maintainability
Interoperability
ES2030
Community
The Future of ReactJS
Exploring Reason
Data structures and types
Creating our own types
Pattern matching
Making Invalid States Impossible
Summary
Setting Up a Development Environment
The Reason toolchain
Installing BuckleScript
Editor configuration
Setting up a pure Reason project
The bsconfig.json file
The warnings field
The package-specs field
The suffix field
The sources field
Working with DOM
Setting up a ReasonReact project
Improving the developer experience
Summary
Creating ReasonReact Components
Component creation basics
Component templates
self
Event handlers
unit
JSX
Props
Children
Life cycles
Subscriptions helper
Stateful components
State, action, and reducer
Refactoring
Instance variables
Ref and mutable records
Navigation menu
Bindings
Events
Js.t Object
Adding actions
Inline styles
React ref
Velocity
Client-side routing
Current route
Helper functions
Usage
Summary
BuckleScript, Belt, and Interoperability
Module scope
Data structures
Array
Using the Reason standard library
Using the Belt standard library
Using BuckleScript's built-in JavaScript bindings
Using a custom binding
Using raw JavaScript
List
Recursion
Pipe operators
Using Belt
Option module
List module
make
makeBy
shuffle
take
Deck of cards example
Currying
Uncurried functions
makeByU
JavaScript interoperability
Using JavaScript in Reason
Understanding the [@bs.val] decorator
Understanding the [@bs.scope] decorator
Understanding the [@bs.send] decorator
Understanding the [@bs.module] decorator
Reasonable APIs
BuckleScript documentation
Binding to existing ReactJS components
Importing dependencies
Creating the make functions
Using [@bs.deriving abstract]
Using the components
Summary
Effective ML
Module signatures
Module types
Abstract types
Using module signatures
Phantom types
Polymorphic variants
Would this work with normal variants?
Advanced type system features
Summary
CSS-in-JS (in Reason)
What is CSS-in-JS?
A brief history
Using styled-components
Using [@bs.variadic]
Using bs-css
Trade-offs
Other libraries
Summary
JSON in Reason
Building views
File structure
Updating the router and navigation menu
CustomerType.re
CustomerList.re
Customer.re
Integrating with localStorage
Populating localStorage
DataPureReason.re
Validating JSON strings
Using Js.Json.classify
Writing to localStorage
Using bs-json
Using GraphQL
What is GraphQL?
When using GraphQL, do I need to create JSON decoders?
Summary
Unit Testing in Reason
Testing with Jest
Installation
Our first test
Testing business logic
Reflecting
Summary
Other Books You May Enjoy
Leave a review - let other readers know what you think
买过这本书的人还买过
读了这本书的人还在读
同类图书排行榜