jsonxr / jsonxr.github.io

Website for projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasonrowland.com

Javascript

  • @jsonxr/promises - Promises that throttle and limit their execution.

  • ws-routable - Routable web socket client and server. Allows you to send commands and wait on responses from the web socket server.

React Native

  • react-native-material-icons - Google's Material Icons as SVG files. When only using a few icons, much more efficient to use the svg files. react-native-vector-icons did not have the fonts I needed. This also enables me to have a smaller application when I only need a handfull of icons (due to tree shaking).

  • react-native-materialcommunity-icons - When only using a few icons, more efficient to use svg files instead of a font.

  • react-native-fontawesome-icons - When only using a few icons, more efficient to use svg files instead of a font.

  • react-native-change - Tool to rename a react-native application

Useful Libraries

About

Website for projects

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%