Posts

How to display filtered data for react.js

Image
 How to display filtered data for react.js   making tables and filtering data in react is something that doesn’t seem hard to understand. However, much like any coding language, how you implement your code can completely change how your code can be managed and how flexible your design is for your projects. In this blog, I will be talking about a way to write and display filtered tables.   Table of Contents Introduction Steps and Info Working with just React Creating radio buttons Creating a filtered table  Introduction  In college, there was this big final for Website Development Fundamentals which was a class teaching the basics of web design. For that class, there was a final project that lasted two weeks. In that project, there was a little assignment part called datasets where the point was to take 4 datasets. Being able to pick and choose which one to work with. Then have the data be filtered and displayed on the screen. I found that this part was a fu...

Why React.js can better your website design than regular vanilla JavaScript as a developer

Image
  Why React.js can better your website design than vanilla JavaScript as a developer      Creating a single-page application is something that can be a nightmare to monitor when there are many moving pieces with lots of components. So, in this blog, I’m going to explain the general history of React, what React.js does, and show you some of the reasons why React.js can be better than vanilla JavaScript. In this blog I am going to cover: What is React.js?  History and general info What does React.js do? The technical explanation The short and simple explanation How can React.js be better than vanilla JavaScript as a developer? Promotes better file organization Components in JavaScript  Scalability    What is React.js History and general info        React.js is a web framework for the JavaScript library that is used for front-end development in 2011 and is currently open-sourced way back from May 2013. Its main goal was for...