Ways4eu WordPress.com Blog

SPA View of ways4eu.wordpress.com

category: Hot-react

AST docgen: generate docs from code via /r/reactjs

on Mon May 18 2020

So I whipped a little lib over the weekend with the purpose of generating docs from typescript declaration ASTs. I have a video demo of the thing here: https://youtu.be/WBqEIAFfxw0 At this time, I'm solely posting to gauge interest in a tool like this. I don't necessarily know if there is an audience for this so […]

I made an always up to date React Template via /r/reactjs

on Mon May 18 2020

When you have been working on a project for a long time you usually forget to update the packages you are using. And why if the project works perfectly with the current ones? This kind of thinking makes updating and renewing the project packages to be forgotten and never done. This is why I made […]

Can you access data from a database with pure react

on Mon May 18 2020

Hi. I just have two questions relating to the ReactJS library: Can you access a database (e.g. MongoDB) from purely with the ReactJS library (i.e. with no Express or NodeJS)? I created a React Express app, however, after I created my landing page I wanted to add the main app page. How would I be […]

Any downside to passing all props to children via /r/reactjs

on Mon May 18 2020

Are there any downsides to parents passing all props to their children and grandchildren with the {…props} usage? Does it bloat up or slow down the app if done this excessively? There’s likely unused props this way but if it doesn’t impact performance seems like an easy way to make sure children always have all […]

How is it possible to connect Jupyter Notebooks to react? via /r/reactjs

on Sun May 17 2020

Hello, guys. I’ve been recently working with machine and deep learning, but I’m a bit confused on how to integrate the models with a Webapp (in other words, deploying). I would love to perform this with React, is there any resources you guys may have? For example: Upload data and make it work with the […]

Weekend project: ZipStash – Cannabis Dispensary Inventory tracker (Next.js + express.js + Redis + mongo + heroku + terraform) via /r/reactjs

on Sun May 17 2020

http://www.zipstash.com/ Something I pulled together quickly after getting frustrated having to navigate multiple pages + dropdowns and losing history if closing the wrong tab on a certain website. Turns out this took is actually much faster and I might continue working on it. If anyone here is interested once it’s a bit more polished I […]

← Older posts - Newer posts →