# 示例:Reddit API

这是一个 高级教程 的例子,包含使用 Reddit API 请求文章标题的全部源码。

# 入口

# index.js

import 'babel-polyfill'

import React from 'react'
import { render } from 'react-dom'
import Root from './containers/Root'

render(
  <Root />,
  document.getElementById('root')
)

# Action Creators 和 Constants

# actions.js

+

关注公众号,获取验证码 !

验证码:
Last Updated: 5/13/2023, 8:55:38 PM