TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your pain points using react native

5 点作者 tychota将近 9 年前
Hi HNers<p>In three weeks, my internship will end and before I start a job, I have taken one month and an half to do open source.<p>I&#x27;m willing to focus on react-native pain-points or easy stuff that takes outerly long time to do.<p>My ideas so far :<p>- a RN library of components that is based on bulma.io so I don&#x27;t recreate styled components evrytime<p>- a RN library that, given a list of fields create a bunch of react-native-router-flux scene, put some textInput with app side validation and generate a apollo-server url route that allow progressive creation of a ressource, as far as the user fill the form. That prevent me from taking a full week to write a form.<p>- a react-native CLI, that generate components, containers and so on, a little bit like redux-cli<p>I will be thrilled to have other ideas&#x2F;pain-points.<p>Thanks.

1 comment

shiv86将近 9 年前
Hey mate navigation is still a pain point for RN. This OS project <a href="https:&#x2F;&#x2F;github.com&#x2F;aksonov&#x2F;react-native-router-flux&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aksonov&#x2F;react-native-router-flux&#x2F;</a> is one of the more popular alternative ones and has many open issues. I am sure a-lot of people will be appreciative of any help. Thanks