knowbody/crra 383
Create Reason React App
gaearon/gitbook-plugin-prism 78
Gitbook plugin for Prism highlighting
graphql-community/graphql-directive-uid 22
Generate uid for GraphQL schema
jazlalli/getting-started-with-react 3
Some literature and code resources introducing React
Curated list of resources on ES6 and ES7
Awesome list of Redux examples and middlewares
issue commentmichalsnik/aos
adding something like this in pages/_app.js works for me:
import { useEffect } from "react";
import AOS from "aos";
import "aos/dist/aos.css";
import "../scss/style.scss";
function MyApp({ Component, pageProps }) {
useEffect(() => {
AOS.init({
easing: "ease-out-cubic",
once: true,
offset: 50,
});
}, []);
return <Component {...pageProps} />;
}
export default MyApp;
comment created time in 8 days
startedHorusGoul/node-ts-starter
started time in 21 days
startedsaadq/resumake.io
started time in 22 days
push eventmlventures/expo-template-rescript
commit sha dea6367830d2c2bf226f02d19675048087cf3996
v0.0.6
push time in a month
push eventmlventures/expo-template-rescript
commit sha 69d1904c85b4f59c8356e31dad061cd763fe0f97
add README
push time in a month
push eventmlventures/expo-template-rescript
commit sha bfb14f5bf1dca781cd4bbbec685feb940d4236b1
v0.0.1
commit sha d5b37f4c42a6d6cc5a9bc071c5e847678972b5c1
v0.0.2
commit sha 7ced3f24c06a9eb23e0146bf1537a96945ca6f7b
v0.0.3
commit sha 9a7436e33c179c71d20f7a0aa39f82cd32deb4e7
v0.0.4
commit sha cff03b2eeeff4cd694c925bd2bd33b2523843b01
v0.0.5
push time in a month
push eventmlventures/expo-template-rescript
commit sha b656421825a5df532a7c7611c468962dfa900664
update yarn.lock
push time in a month
push eventmlventures/expo-template-rescript
commit sha 6466df42ddacd996f926be3552b5e8e4a40a642f
add meta
push time in a month
push eventmlventures/expo-template-rescript
commit sha 5c52f048c4a0c963f9217a0c67808f3af81dc220
initial commit
push time in a month
push eventmlventures/expo-reason-starter
commit sha 9f79c2aca03af6dcc7fd8882555e65f9c76bd586
fix expo project name
push time in a month
push eventmlventures/expo-reason-starter
commit sha b5aef4d37b25e14098f84bf671707981a31d4483
Create LICENSE
push time in a month
push eventmlventures/expo-reason-starter
commit sha ab36d88c3b3c80a7c297c4d6590739ddd4aca4d2
Created a new Expo app
commit sha 6a22947dba878bf145e285f00f1ff6fd5dd5791b
initial commit
push time in a month
push eventmlventures/expo-reason-starter
commit sha ec16c53cfa412e703deefc50970a4f73d67c7149
Delete LICENSE
push time in a month
created repositorymlventures/expo-reason-starter
This project allows you to quickly get started with building mobile apps in ReasonML
created time in a month
startedreasonml-community/reason-apollo-client
started time in 2 months