#
react-framework
Here are 24 public repositories matching this topic...
dmliao
commented
Oct 6, 2018
The API docs reference the function store.getState() multiple times, but doesn't provide any documentation on how to obtain the store object to call that function.
I found through trial and error that you can access the store object in the following manner:
import { store } from 'mirrorx/lib/store';
...
store.getState();
This information should probably exist in the API pa
Flexible production-grade boilerplate with Next.js 9, Vercel and TypeScript. Includes multiple opt-in presets using Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
graphql
typescript
jest
sentry
emotion
monorepo
universal-app
font-awesome
react-framework
i18next
universal-react
web-font-loader
cypress
locize
amplitude
typescript-boilerplate
isomorphic-react
graphcms
amplitude-analytics
zeit-now
-
Updated
Jul 16, 2020 - Ruby
An opinionated React Framework. [Rename to pea.js]
-
Updated
Jul 13, 2020 - TypeScript
A framework for creating React + Redux apps using the domain driven design (DDD) paradigm, with support for Server Side Rendering.
-
Updated
Jul 16, 2020 - JavaScript
Integration of Flexmonster Pivot Table & Charts with React framework
-
Updated
Jun 23, 2020 - JavaScript
Discontinued
-
Updated
Aug 26, 2017 - JavaScript
Opinionated React framework
-
Updated
Sep 21, 2018 - TypeScript
Senti Console exhibit dashboards and data from the Senti IoT Micro Services platform
react
nodejs
mqtt
iot
reactjs
iothub
iot-platform
react-framework
frontend-app
mqtt-client
iot-framework
mqtt-bridge
iot-cloud
senti
senti-cloud
-
Updated
Jul 16, 2020 - JavaScript
Jont is a react library that contains UI components for web applications.
-
Updated
Oct 21, 2017 - JavaScript
基于React的框架和UI组件
-
Updated
Jul 15, 2020 - TypeScript
This project showcases Serverless technology on the AWS Stack. Including Cloud Front, Cognito, Lambda, API Gateway, Route 53, Cloud Formation, DynamoDB, and REACT with redux and formik on the UI.
react
ssl
aws
lambda
microservice
serverless
watches
react-framework
cloudfront
aws-cognito
cloudformation-template
cfn-ec2workstationon
sls-workstation
-
Updated
Jul 16, 2020 - JavaScript
A React Framework based on TypeScript.
-
Updated
Jun 11, 2020 - TypeScript
React SSR (Server Side Render ) Node Web Framework for Egg
react
server-side-rendering
react-framework
node-framework
eggjs
react-server-render
react-ssr
egg-react
react-isomorphic
server-render
react-typescript
egg-react-server-side-render
react-nunjucks-render
react-ssr-framework
-
Updated
Feb 24, 2020 - JavaScript
React App Starter Kit is a React framework, help you to stay productive following the best practices.
react
react-router
reactjs
react-component
react-components
react-redux
react-framework
react-router-v4
-
Updated
Mar 7, 2018 - JavaScript
Selemo-UI is a component-based framework built for React projects, the project is in its infancy.
-
Updated
Mar 16, 2020 - JavaScript
a reactive frontend for governor
-
Updated
Jul 15, 2020 - JavaScript
React framework components
-
Updated
Jan 10, 2020 - JavaScript
A Yelp spin-off using Facebook's React framework.
-
Updated
Sep 15, 2016 - JavaScript
React mini framework using redux socket-io react-router and styled-components
-
Updated
Jul 12, 2020 - JavaScript
UI components framework built with React
-
Updated
Sep 14, 2017 - CSS
I'm teaching my younger brother how to work in React. The project has very basic to advanced levels of functionality.
-
Updated
Jun 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the react-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-framework topic, visit your repo's landing page and select "manage topics."


What happens?
react-intl createIntl支持以下属性:
目前locale插件中的createIntl方法不支持自定义传入额外参数

由于想自定义react-intl的错误消息输出,需要自定义
onError函数。目前无法实现