Pinned Repositories
angularjs-practice
brief practice on angularjs
backbone-build-system
The backbone build system provides a development environment to build backbone apps so that you don't have to build your own system from scratch.
browser-sync-wsl2-example
The browsersync example on https://browsersync.io/ works with ease on linux, but when I tried using browsersync on WSL2 it just wouldn't work or partially work. There was alot of extra effort to get browsersync working in WSL2, and this example shows how I got it working.
cheapcrypto
An isomorphic React Web App that lists the cheapest cryptocurrencies. This uses ReactDOMServer, React Hydrate, Express, GraphQL, and a bunch of other stuff (see package.json). This does not use a framework to demonstrate the amount of extra code that is needed when using plain React and other Libs.
crypto-by-id
Crypto By Id - Dockerized a React exercise.
http-cache-to-mongo
The http-cache-to-mongo module allows you to store an http response into mongodb. This can be useful for reducing requests to an external http api / web service.
nextjs-example
Next.js Example - A Most Common Use Case in ES6. This Next.js example shows how easy it is to create isomorphic React pages with very little effort. It uses SWR for client-side data fetching.
react-redux-thunk-example
An example of React, Redux and Redux Thunk.
react-tic-tac-toe
My own take on the React tic-tac-toe tutorial
typescript-kitchen-sink
reyarqueza's Repositories
reyarqueza/react-redux-thunk-example
An example of React, Redux and Redux Thunk.
reyarqueza/http-cache-to-mongo
The http-cache-to-mongo module allows you to store an http response into mongodb. This can be useful for reducing requests to an external http api / web service.
reyarqueza/angularjs-practice
brief practice on angularjs
reyarqueza/backbone-build-system
The backbone build system provides a development environment to build backbone apps so that you don't have to build your own system from scratch.
reyarqueza/browser-sync-wsl2-example
The browsersync example on https://browsersync.io/ works with ease on linux, but when I tried using browsersync on WSL2 it just wouldn't work or partially work. There was alot of extra effort to get browsersync working in WSL2, and this example shows how I got it working.
reyarqueza/carbon-tutorial
An app for the Carbon Design System tutorial
reyarqueza/cheapcrypto
An isomorphic React Web App that lists the cheapest cryptocurrencies. This uses ReactDOMServer, React Hydrate, Express, GraphQL, and a bunch of other stuff (see package.json). This does not use a framework to demonstrate the amount of extra code that is needed when using plain React and other Libs.
reyarqueza/crypto-by-id
Crypto By Id - Dockerized a React exercise.
reyarqueza/express-es6-starter-kit
A barebones starter kit to be able to use es6 with express!
reyarqueza/freestyle
freestyle coding excercises
reyarqueza/nextjs-example
Next.js Example - A Most Common Use Case in ES6. This Next.js example shows how easy it is to create isomorphic React pages with very little effort. It uses SWR for client-side data fetching.
reyarqueza/react-tic-tac-toe
My own take on the React tic-tac-toe tutorial
reyarqueza/typescript-kitchen-sink
reyarqueza/Fundamentals
Notes on web development
reyarqueza/isomorphic-react
Basic isomorphic React example.
reyarqueza/isomorphic-react-redux-starter-kit
A template for Server Side React, Server Side Redux and Client Side React
reyarqueza/next15-filterlist
An interactive, responsive, progressively enhanced project task manager with filtering using Next.js 15, Tailwind CSS and Prisma. NB! Database might be sleeping, give it a minute after the initial application error.
reyarqueza/nextjs-blog
reyarqueza/nextjs-blog-typescript
reyarqueza/nextjs-storefront
reyarqueza/paper-kitchen-sink
A collection of paper element web components in one page. It can be used as a cheat sheet.
reyarqueza/practice
practice repo for anything. please ignore.
reyarqueza/rbenv-installer
Installer and doctor scripts for rbenv
reyarqueza/react-redux-facebook-login-hoc
Facebook Login implemented as a react higher order component and also uses redux.
reyarqueza/react-redux-without-redux
With react hooks: useReducer, useContext, and createContext, you know longer need redux.
reyarqueza/react-router-5-example
Example using React Router 5
reyarqueza/react-ssr-starter-kit
Example of Server Side React
reyarqueza/react-webpack-build
Minimum build system for React, Webpack and Express.
reyarqueza/redux-legacy-example
freestyle coding practice
reyarqueza/web-component-hello-world
Native HTML5 web component example